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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,4 +51,5 @@ iface = gr.Interface(
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>")
 
 
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>")
55
+ iface.launch(share=True)