Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
docpro
/
AWEsumCare-Demo
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ray
commited on
Jul 3, 2024
Commit
6a0f437
·
1 Parent(s):
064626a
update(gradio chat): removed auth
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -194,4 +194,4 @@ with gr.Blocks(fill_height=True) as demo:
194
# )
195
196
demo.queue()
197
-
demo.launch(share=False
, auth=("demo", os.getenv("PASSWORD"
)
))
194
# )
195
196
demo.queue()
197
+
demo.launch(share=False)