khurrameycon commited on
Commit
e2ebf16
·
verified ·
1 Parent(s): b2195c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def llm_chat_response(text, image_base64=None):
165
 
166
  logger.info("Initializing InferenceClient...")
167
  client = InferenceClient(
168
- provider="sambanova", # Using sambanova as in your working example
169
  api_key=HF_TOKEN
170
  )
171
 
 
165
 
166
  logger.info("Initializing InferenceClient...")
167
  client = InferenceClient(
168
+ provider="novita", # Using novita as in your working example
169
  api_key=HF_TOKEN
170
  )
171