jonaschua commited on
Commit
013667b
·
verified ·
1 Parent(s): 308f5f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('deepseekv2'))
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(