R1 / app.py
avilaroman's picture
initial commit
7ab5c6a verified
raw
history blame contribute delete
123 Bytes
import gradio as gr
gr.load(
"models/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
provider="hf-inference",
).launch()