Spaces:
Running
on
A100
Running
on
A100
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import spaces
|
|
10 |
# ADAPTER_ID: your fine-tune adapter repo (PEFT). Example: GrassData/cliptagger-12b
|
11 |
# BASE_ID: the Gemma-3 VLM base you fine-tuned from. Example: google/gemma-3-12b-it (gated)
|
12 |
# HF_TOKEN: user access token that has access to BASE_ID (if gated)
|
13 |
-
ADAPTER_ID = os.environ.get("MODEL_ID", os.environ.get("ADAPTER_ID", "
|
14 |
BASE_ID = os.environ.get("BASE_ID", "google/gemma-3-12b-it")
|
15 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
16 |
|
|
|
10 |
# ADAPTER_ID: your fine-tune adapter repo (PEFT). Example: GrassData/cliptagger-12b
|
11 |
# BASE_ID: the Gemma-3 VLM base you fine-tuned from. Example: google/gemma-3-12b-it (gated)
|
12 |
# HF_TOKEN: user access token that has access to BASE_ID (if gated)
|
13 |
+
ADAPTER_ID = os.environ.get("MODEL_ID", os.environ.get("ADAPTER_ID", "inference-net/ClipTagger-12b"))
|
14 |
BASE_ID = os.environ.get("BASE_ID", "google/gemma-3-12b-it")
|
15 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
16 |
|