Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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()
|