Osnly commited on
Commit
afdfbd4
·
verified ·
1 Parent(s): 1ba4530

Update src/insight.py

Browse files
Files changed (1) hide show
  1. src/insight.py +3 -0
src/insight.py CHANGED
@@ -3,6 +3,9 @@ import torch
3
  import json
4
  import os
5
 
 
 
 
6
  model_id = "google/gemma-3n-E4B-it"
7
 
8
 
 
3
  import json
4
  import os
5
 
6
+
7
+ hf_token = os.environ.get("HUGGINGFACE_TOKEN")
8
+
9
  model_id = "google/gemma-3n-E4B-it"
10
 
11