Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikeymon
/
Qwen
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mikeymon
commited on
25 days ago
Commit
3841db1
·
verified
·
1 Parent(s):
e077732
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/Qwen/Qwen2.5-72B-Instruct").launch()
1
import gradio as gr
2
3
+
gr.load("models/Qwen/Qwen2.5-72B-Instruct").launch(
show_error=True
)