Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Qwen/Qwen2.5-72B-Instruct
srinuksv
/
Qwen2.5-72B-Instruct
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
srinuksv
commited on
Sep 24, 2024
Commit
04f501a
·
verified
·
1 Parent(s):
b69f17d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -102,4 +102,4 @@ with gr.Blocks() as demo:
102
concurrency_limit = 40)
103
104
105
-
demo.launch(
max_threads
=
40
)
102
concurrency_limit = 40)
103
104
105
+
demo.launch(
show_error
=
True
)