Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -184,9 +184,3 @@ with gr.Blocks() as demo_vqascore_ranking:
|
|
184 |
demo_vqascore_ranking.queue()
|
185 |
demo_vqascore_ranking.launch(share=False)
|
186 |
|
187 |
-
# # Combine the demos into a tabbed interface
|
188 |
-
# tabbed_interface = gr.TabbedInterface([demo_vqascore, demo_vqascore_ranking], ["VQAScore", "VQAScore Ranking"])
|
189 |
-
|
190 |
-
# # Launch the tabbed interface
|
191 |
-
# tabbed_interface.queue()
|
192 |
-
# tabbed_interface.launch(share=False)
|
|
|
184 |
demo_vqascore_ranking.queue()
|
185 |
demo_vqascore_ranking.launch(share=False)
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|