Spaces:
Runtime error
Runtime error
fjf
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
| 8 |
import gradio as gr
|
| 9 |
|
| 10 |
# =================== CONFIGURATION ===================
|
| 11 |
-
MODEL_ID = "abdelac/
|
| 12 |
USE_CPU = True # Force CPU mode
|
| 13 |
|
| 14 |
# =================== SUPPRESS WARNINGS ===================
|
|
|
|
| 8 |
import gradio as gr
|
| 9 |
|
| 10 |
# =================== CONFIGURATION ===================
|
| 11 |
+
MODEL_ID = "abdelac/Mistral_Test" # Changed back to TinyLlama for CPU abdelac/tinyllama
|
| 12 |
USE_CPU = True # Force CPU mode
|
| 13 |
|
| 14 |
# =================== SUPPRESS WARNINGS ===================
|