Spaces:
Runtime error
Runtime error
Commit
·
b0b80b0
1
Parent(s):
677b68a
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,4 +62,5 @@ app = gr.Interface(fn=[predict_wfh],
|
|
| 62 |
flagging_callback=hf_saver
|
| 63 |
)
|
| 64 |
|
| 65 |
-
app.launch(auth=("yabra", "wfh123"), auth_message="Authentication Problem")
|
|
|
|
|
|
| 62 |
flagging_callback=hf_saver
|
| 63 |
)
|
| 64 |
|
| 65 |
+
#app.launch(auth=("yabra", "wfh123"), auth_message="Authentication Problem")
|
| 66 |
+
app.launch()
|