Akjava commited on
Commit
6adb322
Β·
1 Parent(s): dc37782
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ import spaces
6
 
7
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
8
  if not huggingface_token:
9
- raise ValueError("HUGGINGFACE_TOKEN environment variable is not set")
 
10
 
11
  model_id = "meta-llama/Meta-Llama-3.1-8B-Instruct"
12
  model_id = "microsoft/Phi-3-mini-128k-instruct"
 
6
 
7
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
8
  if not huggingface_token:
9
+ pass
10
+ #raise ValueError("HUGGINGFACE_TOKEN environment variable is not set")
11
 
12
  model_id = "meta-llama/Meta-Llama-3.1-8B-Instruct"
13
  model_id = "microsoft/Phi-3-mini-128k-instruct"