Akjava commited on
Commit
d2b26cf
Β·
verified Β·
1 Parent(s): 484969a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ import gradio as gr
9
 
10
  text_generator = None
11
 
12
- model_id = "AXCXEPT/phi-4-deepseek-R1K-RL-EZO"
13
- #model_id = "AXCXEPT/phi-4-open-R1-Distill-EZOv1"
14
 
15
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
16
  device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
9
 
10
  text_generator = None
11
 
12
+ #model_id = "AXCXEPT/phi-4-deepseek-R1K-RL-EZO"
13
+ model_id = "AXCXEPT/phi-4-open-R1-Distill-EZOv1"
14
 
15
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
16
  device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")