Osnly commited on
Commit
79a2070
·
verified ·
1 Parent(s): aaafc99

Update src/visual_insight.py

Browse files
Files changed (1) hide show
  1. src/visual_insight.py +1 -1
src/visual_insight.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
 
8
  hf_token = os.environ.get("HUGGINGFACE_TOKEN")
9
- model_id = "google/gemma-3n-E4B-it"
10
 
11
 
12
  cache_dir = "/tmp/hf_cache"
 
6
 
7
 
8
  hf_token = os.environ.get("HUGGINGFACE_TOKEN")
9
+ model_id = "google/gemma-3n-E4B"
10
 
11
 
12
  cache_dir = "/tmp/hf_cache"