akmalmzkki commited on
Commit
6bfe7aa
·
verified ·
1 Parent(s): 73b0f73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  """
8
  client = InferenceClient(
9
  model="HuggingFaceH4/zephyr-7b-beta",
10
- token=os.getenv('token')
11
  )
12
 
13
 
 
7
  """
8
  client = InferenceClient(
9
  model="HuggingFaceH4/zephyr-7b-beta",
10
+ token=os.getenv('HF_TOKEN')
11
  )
12
 
13