Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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
|