aaurelions commited on
Commit
f836522
·
verified ·
1 Parent(s): c95c93d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/phi4-word-keeper-lora" # <<< USING YOUR EXAMPLE, ENSURE THIS IS CORRECT AND PUBLIC/ACCESSIBLE
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"