DeepSeek-R1-Chatbot / models.py
ruslanmv's picture
Update models.py
f99b534 verified
raw
history blame
140 Bytes
import gradio as gr
# Load and return the model interface
def load_model():
return gr.Interface.load("models/deepseek-ai/DeepSeek-R1")