Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yabramuvdi
/
wfh-app-v2
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yabramuvdi
commited on
Mar 15, 2022
Commit
551af76
·
1 Parent(s):
6587e6f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ app = gr.Interface(fn=[predict_wfh],
62
flagging_callback=hf_saver
63
)
64
65
-
app.launch()
62
flagging_callback=hf_saver
63
)
64
65
+
app.launch(
auth=[("yabra", "wfh123"
)
])