Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kukedlc
/
QWEN-2.5-Coder-7B
like
11
Runtime error
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()