Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ app = gr.Interface(fn=func,
|
|
71 |
|
72 |
).queue()
|
73 |
# launching the app
|
74 |
-
gr.TabbedInterface([iface,app],["Visual QA","Text QA"]).launch(auth = ('user','
|
|
|
71 |
|
72 |
).queue()
|
73 |
# launching the app
|
74 |
+
gr.TabbedInterface([iface,app],["Visual QA","Text QA"]).launch(auth = ('user','work'), auth_message = "Check your Login details sent to your email")
|