prempranavreddy commited on
Commit
f289fcf
·
verified ·
1 Parent(s): be570e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from huggingface_hub import InferenceClient
4
 
5
 
6
 
 
7
  client = InferenceClient(model="HuggingFaceH4/zephyr-7b-beta", token=HF_TOKEN)
8
 
9
 
 
4
 
5
 
6
 
7
+ HF_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
8
  client = InferenceClient(model="HuggingFaceH4/zephyr-7b-beta", token=HF_TOKEN)
9
 
10