Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Tonic/Yi-Coder-9B
Lilitgkh
/
MagicTreeCrownsKeysStarsLights
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tonic
commited on
Sep 5, 2024
Commit
bba10cc
·
verified
·
1 Parent(s):
f5f4732
update timeouts
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -75,4 +75,5 @@ def gradio_interface():
75
76
if __name__ == "__main__":
77
interface = gradio_interface()
78
interface.launch()
75
76
if __name__ == "__main__":
77
interface = gradio_interface()
78
+
interface.queue()
79
interface.launch()