Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruslanmv
/
DeepSeek-R1-Chatbot
like
33
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
d212f4f
DeepSeek-R1-Chatbot
/
models.py
ruslanmv
Update models.py
f99b534
verified
2 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
import
gradio
as
gr
# Load and return the model interface
def
load_model
():
return
gr.Interface.load(
"models/deepseek-ai/DeepSeek-R1"
)