gabrielmotablima commited on
Commit
0a3520e
·
verified ·
1 Parent(s): ae059f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
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"],