Himanshu-AT commited on
Commit
128e696
·
1 Parent(s): ab4297c

enable share

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