Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
scott610718
/
docread
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
scott610718
commited on
Oct 14, 2024
Commit
5e8231d
·
verified
·
1 Parent(s):
637411f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ def chat_interface():
23
return demo
24
25
demo = chat_interface()
26
-
demo.launch()
23
return demo
24
25
demo = chat_interface()
26
+
demo.launch(
share=True
)