jarguello76 commited on
Commit
53bc58d
·
verified ·
1 Parent(s): ad04fb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ class HuggingFaceInferenceWrapper:
21
  # Initialize InferenceClient
22
  client = InferenceClient(
23
  model="Qwen/Qwen1.5-1.8B-Chat", # Or another model you have access to
24
- token=HF_TOKEN
25
  )
26
 
27
  # Wrap the client
 
21
  # Initialize InferenceClient
22
  client = InferenceClient(
23
  model="Qwen/Qwen1.5-1.8B-Chat", # Or another model you have access to
24
+ token=HUGGINGFACE_API_KEY
25
  )
26
 
27
  # Wrap the client