Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from threading import Thread
|
|
| 8 |
import gradio as gr
|
| 9 |
|
| 10 |
text_generator = None
|
| 11 |
-
is_hugging_face =
|
| 12 |
model_id = "AXCXEPT/phi-4-deepseek-R1K-RL-EZO"
|
| 13 |
|
| 14 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
|
|
|
| 8 |
import gradio as gr
|
| 9 |
|
| 10 |
text_generator = None
|
| 11 |
+
is_hugging_face = True
|
| 12 |
model_id = "AXCXEPT/phi-4-deepseek-R1K-RL-EZO"
|
| 13 |
|
| 14 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|