Ozaii commited on
Commit
441f0fb
·
verified ·
1 Parent(s): 4567ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Ozzai/zephyr-bae" # Your Hugging Face 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