Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Tonic
/
Yi-Coder-9B
like
79
Running
on
Zero
App
Files
Files
Community
2
Tonic
commited on
Sep 5
Commit
bba10cc
β’
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()