Ari1020 commited on
Commit
6c14fa1
·
verified ·
1 Parent(s): 37e767b

deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,12 +1,11 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
- client = InferenceClient("microsoft/MAI-DS-R1")
5
 
6
  def respond(
7
  message,
8
  history,
9
- system_message,
10
  max_tokens,
11
  temperature,
12
  top_p,
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
5
 
6
  def respond(
7
  message,
8
  history,
 
9
  max_tokens,
10
  temperature,
11
  top_p,