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