Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
umair894
/
private-qa
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
umair894
commited on
Nov 13, 2023
Commit
069ca00
·
1 Parent(s):
c0c3f29
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -14,4 +14,4 @@ iface = gr.Interface(
14
outputs="json"
15
)
16
17
-
iface.launch()
14
outputs="json"
15
)
16
17
+
iface.launch(
auth=("admin", "pass1234"
)
)