Alysha Creelman commited on
Commit
cda097b
·
unverified ·
1 Parent(s): 816324f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,6 +10,8 @@ if len(sys.argv) > 1:
10
  else:
11
  token = os.getenv('HF_TOKEN')
12
 
 
 
13
  # Inference client setup with token from environment
14
  # token = os.getenv('HF_TOKEN')
15
  client = InferenceClient(model="HuggingFaceH4/zephyr-7b-alpha", token=token)
 
10
  else:
11
  token = os.getenv('HF_TOKEN')
12
 
13
+ print(token)
14
+
15
  # Inference client setup with token from environment
16
  # token = os.getenv('HF_TOKEN')
17
  client = InferenceClient(model="HuggingFaceH4/zephyr-7b-alpha", token=token)