Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,6 +44,13 @@ def app(image=None):
|
|
44 |
|
45 |
# Define UI
|
46 |
with gr.Blocks() as interface:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
with gr.Row():
|
48 |
with gr.Column():
|
49 |
model_selector = gr.Dropdown(choices=["laicsiifes/swin-distilbertimbau", "laicsiifes/swin-gportuguese-2"],
|
|
|
44 |
|
45 |
# Define UI
|
46 |
with gr.Blocks() as interface:
|
47 |
+
gr.Markdown("""
|
48 |
+
# A Comparative Evaluation of Transformer-Based Vision Encoder-Decoder Models for Brazilian Portuguese Image Captioning
|
49 |
+
|
50 |
+
### Be patient with the Swin-GPorTuguese-2 as it is heavier than the Swin-DistilBERTimbau.
|
51 |
+
|
52 |
+
---
|
53 |
+
""")
|
54 |
with gr.Row():
|
55 |
with gr.Column():
|
56 |
model_selector = gr.Dropdown(choices=["laicsiifes/swin-distilbertimbau", "laicsiifes/swin-gportuguese-2"],
|