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...
0d87fc8
Qwen-Qwen2.5-Coder-32B-Instruct
/
app.py
saeidmp
Update app.py
0d87fc8
verified
10 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
import
gradio
as
gr
gr.load(
"models/Qwen/Qwen2.5-Coder-32B-Instruct"
).launch(
'share=True'
)