Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import torch
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
# --- Load HF model ---
|
| 7 |
-
model_name = "theguywhosucks/
|
| 8 |
hf_token = os.environ.get("identification") # Grab the secret token (optional)
|
| 9 |
|
| 10 |
# Load tokenizer
|
|
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
# --- Load HF model ---
|
| 7 |
+
model_name = "theguywhosucks/haste"
|
| 8 |
hf_token = os.environ.get("identification") # Grab the secret token (optional)
|
| 9 |
|
| 10 |
# Load tokenizer
|