frankrobotics commited on
Commit
c647451
Β·
verified Β·
1 Parent(s): fde5a4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import torch
4
  from transformers import pipeline
5
 
6
- model_id = "meta-llama/Llama-3.2-3B-Instruct"
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,