Spaces:
Running
Running
deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
Browse files
app.py
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
4 |
-
client = InferenceClient("
|
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,
|