Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -115,5 +115,5 @@ app = gr.Interface(fn=func,
|
|
115 |
|
116 |
).queue()
|
117 |
# launching the app
|
118 |
-
gr.TabbedInterface([iface,app,App],["Visual QA","Text QA","Video Summarization"]).launch(
|
119 |
|
|
|
115 |
|
116 |
).queue()
|
117 |
# launching the app
|
118 |
+
gr.TabbedInterface([iface,app,App],["Visual QA","Text QA","Video Summarization"]).launch()
|
119 |
|