zhiqiulin commited on
Commit
4f4fc5a
·
verified ·
1 Parent(s): 9fbff60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as demo_vqascore_ranking_beta:
138
 
139
 
140
  # Combine the demos into a tabbed interface
141
- tabbed_interface = gr.TabbedInterface([demo_vqascore, demo_vqascore_ranking, demo_vqascore_ranking_beta], ["VQAScore", "VQAScore Ranking"])
142
 
143
  # Launch the tabbed interface
144
  tabbed_interface.queue()
 
138
 
139
 
140
  # Combine the demos into a tabbed interface
141
+ tabbed_interface = gr.TabbedInterface([demo_vqascore, demo_vqascore_ranking, demo_vqascore_ranking_beta], ["VQAScore", "VQAScore Ranking", "Ranking Beta"])
142
 
143
  # Launch the tabbed interface
144
  tabbed_interface.queue()