Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saeidmp
/
Qwen-Qwen2.5-Coder-32B-Instruct
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
a759cf3
Qwen-Qwen2.5-Coder-32B-Instruct
/
app.py
saeidmp
Update app.py
a759cf3
verified
9 months ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
gradio
as
gr
gr.load(
"models/Qwen/Qwen2.5-Coder-32B-Instruct"
).launch(share=
True
)