Update app.py
Browse files
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)
|