Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ def llm_chat_response(text, image_base64=None):
|
|
145 |
|
146 |
logger.info("Initializing InferenceClient...")
|
147 |
client = InferenceClient(
|
148 |
-
provider="
|
149 |
api_key=HF_TOKEN
|
150 |
)
|
151 |
|
|
|
145 |
|
146 |
logger.info("Initializing InferenceClient...")
|
147 |
client = InferenceClient(
|
148 |
+
provider="hf-inference", # Updated to the provider shown in the sample
|
149 |
api_key=HF_TOKEN
|
150 |
)
|
151 |
|