Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikeymon
/
Qwen-Qwen2.5-Coder-3B-Instruct
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f4697d6
Qwen-Qwen2.5-Coder-3B-Instruct
/
app.py
mikeymon
initial commit
f4697d6
verified
5 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
import
gradio
as
gr
gr.load(
"models/Qwen/Qwen2.5-Coder-3B-Instruct"
,
provider=
"hf-inference"
,
).launch()