Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from datetime import datetime
|
|
8 |
from threading import Thread
|
9 |
|
10 |
# Load the model and tokenizer
|
11 |
-
MODEL_PATH = "
|
12 |
|
13 |
print("Attempting to load Zephyr... Cross your fingers! 🤞")
|
14 |
|
|
|
8 |
from threading import Thread
|
9 |
|
10 |
# Load the model and tokenizer
|
11 |
+
MODEL_PATH = "Ozaii/zephyr-bae" # Your Hugging Face model path
|
12 |
|
13 |
print("Attempting to load Zephyr... Cross your fingers! 🤞")
|
14 |
|