Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
|
7 |
BASE_MODEL_ID = "microsoft/Phi-4-mini-instruct"
|
8 |
# MANDATORY: REPLACE with YOUR Hugging Face username and the adapter ID you pushed
|
9 |
-
ADAPTER_MODEL_ID = "aaurelions/
|
10 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu" # Will be 'cpu'
|
11 |
|
12 |
SECRET_WORD_PHRASE_CORE_FOR_EXAMPLE_BUTTON = "programmers who eat Italian food say"
|
|
|
6 |
|
7 |
BASE_MODEL_ID = "microsoft/Phi-4-mini-instruct"
|
8 |
# MANDATORY: REPLACE with YOUR Hugging Face username and the adapter ID you pushed
|
9 |
+
ADAPTER_MODEL_ID = "aaurelions/phrase_keeper"
|
10 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu" # Will be 'cpu'
|
11 |
|
12 |
SECRET_WORD_PHRASE_CORE_FOR_EXAMPLE_BUTTON = "programmers who eat Italian food say"
|