Spaces:
Running
on
Zero
Running
on
Zero
Himanshu-AT
commited on
Commit
·
128e696
1
Parent(s):
ab4297c
enable share
Browse files
app.py
CHANGED
@@ -326,4 +326,4 @@ def authenticate(username, password):
|
|
326 |
return False
|
327 |
# Launch the app with authentication
|
328 |
|
329 |
-
demo.launch(debug=True, auth=authenticate)
|
|
|
326 |
return False
|
327 |
# Launch the app with authentication
|
328 |
|
329 |
+
demo.launch(share=True, debug=True, auth=authenticate)
|