khurrameycon commited on
Commit
5c6448d
·
verified ·
1 Parent(s): 28caef7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="together", # Updated to the provider shown in the sample
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