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