Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import time
|
|
| 6 |
|
| 7 |
# --- Configuration ---
|
| 8 |
# IMPORTANT: Change this to your Hugging Face username
|
| 9 |
-
YOUR_HF_USERNAME = "
|
| 10 |
# --------------------
|
| 11 |
|
| 12 |
HUB_MODEL_ID = f"{YOUR_HF_USERNAME}/gpt-oss-20b-mentalchat-finetuned"
|
|
|
|
| 6 |
|
| 7 |
# --- Configuration ---
|
| 8 |
# IMPORTANT: Change this to your Hugging Face username
|
| 9 |
+
YOUR_HF_USERNAME = "Scropo"
|
| 10 |
# --------------------
|
| 11 |
|
| 12 |
HUB_MODEL_ID = f"{YOUR_HF_USERNAME}/gpt-oss-20b-mentalchat-finetuned"
|