khurrameycon commited on
Commit
6fe3f68
·
verified ·
1 Parent(s): 9e68c28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def llm_chat_response(text: str, image_url: Optional[str] = None) -> str:
135
 
136
  logger.info("Initializing InferenceClient...")
137
  client = InferenceClient(
138
- provider="sambanova",
139
  api_key=HF_TOKEN
140
  )
141
 
 
135
 
136
  logger.info("Initializing InferenceClient...")
137
  client = InferenceClient(
138
+ provider="novita",
139
  api_key=HF_TOKEN
140
  )
141