Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
13 |
|
14 |
duration=None
|
15 |
|
16 |
-
login(token = os.getenv('
|
17 |
|
18 |
ckpt = "google/gemma-3-4b-it"
|
19 |
model = Gemma3ForConditionalGeneration.from_pretrained(
|
|
|
13 |
|
14 |
duration=None
|
15 |
|
16 |
+
login(token = os.getenv('gemma'))
|
17 |
|
18 |
ckpt = "google/gemma-3-4b-it"
|
19 |
model = Gemma3ForConditionalGeneration.from_pretrained(
|