cipherunhsiv commited on
Commit
fe84db4
·
verified ·
1 Parent(s): 367a7ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ iface = gr.Interface(
51
  description="Enter the 8 feature values to get a prediction."
52
  )
53
 
54
- iface.launch(auth=('emg','emg123'), auth_message="Type in your <strong>login credentials</strong>")
 
51
  description="Enter the 8 feature values to get a prediction."
52
  )
53
 
54
+ iface.launch(share=True, auth=('emg','emg123'), auth_message="Type in your <strong>login credentials</strong>")