Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
umair894
/
sample_model_gradio_123
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
umair894
commited on
Jan 31, 2024
Commit
3a5f89c
·
verified
·
1 Parent(s):
9eac8db
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ demo = gr.Interface(
25
outputs="text",
26
)
27
28
-
demo.launch(debug=True)
25
outputs="text",
26
)
27
28
+
demo.launch(debug=True
, auth=("atom", "password"
)
)