Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thejagstudio
/
deepseek-ai-DeepSeek-R1-Distill-Qwen-1.5B
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
32e6c58
deepseek-ai-DeepSeek-R1-Distill-Qwen-1.5B
/
app.py
thejagstudio
initial commit
32e6c58
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
import
gradio
as
gr
gr.load(
"models/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
,
provider=
"hf-inference"
,
).launch()