duwa656 commited on
Commit
284a793
·
verified ·
1 Parent(s): 3b739f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
4
 
5
 
6
  # Initialize the Hugging Face model client
7
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", token=HF_TOKEN_GEEKS) # Change to your preferred model
8
 
9
  # Map descriptive length to token count
10
  length_map = {
 
4
 
5
 
6
  # Initialize the Hugging Face model client
7
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta") # Change to your preferred model
8
 
9
  # Map descriptive length to token count
10
  length_map = {