Ari1020 commited on
Commit
10f6917
·
verified ·
1 Parent(s): 6e92c26

Update app.py

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