Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
mrfakename/Experiment26-7B-GPU-Demo
Tonic
/
Free-Cosmo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mrfakename
commited on
Feb 21, 2024
Commit
bde9acd
·
verified
·
1 Parent(s):
bb9126f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -64,5 +64,5 @@ Duplicate this Space to skip the wait!
64
)
65
66
if __name__ == "__main__":
67
-
demo.queue(api_open=False).launch()
68
64
)
65
66
if __name__ == "__main__":
67
+
demo.queue(api_open=False).launch(
show_api=False
)
68