Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,8 @@ HF_TOKEN = os.getenv("HF_TOKEN") # Get Hugging Face token from Space Secrets
|
|
24 |
GOOGLE_SERVICE_ACCOUNT_KEY_BASE64 = os.getenv("GOOGLE_SERVICE_ACCOUNT_KEY_BASE64")
|
25 |
|
26 |
# Changed model_id to Gemma 2B for CPU
|
27 |
-
model_id = "google/gemma-2b" # Using Gemma 2B
|
|
|
28 |
|
29 |
# --- Constants for Prompting and Validation ---
|
30 |
SEARCH_MARKER = "ACTION: SEARCH:"
|
|
|
24 |
GOOGLE_SERVICE_ACCOUNT_KEY_BASE64 = os.getenv("GOOGLE_SERVICE_ACCOUNT_KEY_BASE64")
|
25 |
|
26 |
# Changed model_id to Gemma 2B for CPU
|
27 |
+
# model_id = "google/gemma-2b" # Using Gemma 2B
|
28 |
+
model_id ="unsloth/gemma-3-1b-it"
|
29 |
|
30 |
# --- Constants for Prompting and Validation ---
|
31 |
SEARCH_MARKER = "ACTION: SEARCH:"
|