Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yabramuvdi
/
llms-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yabramuvdi
commited on
Feb 21
Commit
bfdc852
·
verified
·
1 Parent(s):
0c7c094
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -133,4 +133,4 @@ with demo:
133
)
134
135
# For Hugging Face Spaces, we just need to expose the demo
136
-
demo.launch()
133
)
134
135
# For Hugging Face Spaces, we just need to expose the demo
136
+
demo.launch(
share=True
)