Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import torch
|
4 |
from transformers import pipeline
|
5 |
|
6 |
-
model_id = "
|
7 |
pipe = pipeline(
|
8 |
"text-generation",
|
9 |
model=model_id,
|
|
|
3 |
import torch
|
4 |
from transformers import pipeline
|
5 |
|
6 |
+
model_id = "deepseek-ai/DeepSeek-R1"
|
7 |
pipe = pipeline(
|
8 |
"text-generation",
|
9 |
model=model_id,
|