hema1 commited on
Commit
88eb8ee
·
verified ·
1 Parent(s): d1ba93a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 app
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