Spaces:
Sleeping
Sleeping
Update src/visual_insight.py
Browse files- 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
|
| 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"
|