Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
|
|
9 |
|
10 |
text_generator = None
|
11 |
is_hugging_face = False
|
12 |
-
model_id = "AXCXEPT/
|
13 |
#model_id = "google/gemma-2-27b-it"
|
14 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
15 |
device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
|
9 |
|
10 |
text_generator = None
|
11 |
is_hugging_face = False
|
12 |
+
model_id = "AXCXEPT/phi-4-deepseek-R1K-RL-EZO"# too big
|
13 |
#model_id = "google/gemma-2-27b-it"
|
14 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
15 |
device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")
|