Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ iface =gr.Interface(
|
|
15 |
|
16 |
)
|
17 |
#iface.launch(inline= False)
|
18 |
-
iface.launch(inline= False,auth=('user','password'),auth_message="check login details sent to you email"
|
|
|
15 |
|
16 |
)
|
17 |
#iface.launch(inline= False)
|
18 |
+
iface.launch(inline= False,auth=('user','password'),auth_message="check login details sent to you email")
|