hema1 commited on
Commit
d1ba93a
·
1 Parent(s): affcffd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(auth = ('user','hema'), auth_message = "Check your Login details sent to your email")
119
 
 
115
 
116
  ).queue()
117
  # launching the app
118
+ gr.TabbedInterface([iface,app,App],["Visual QA","Text QA","Video Summarization"]).launch()
119