Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mrfakename
/
Experiment26-7B-GPU-Demo
like
15
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