aidn commited on
Commit
ad19b56
·
verified ·
1 Parent(s): 240dd87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ def summarize(transcript: str, diarized: str) -> str:
206
  try:
207
  from huggingface_hub import InferenceClient
208
  client = InferenceClient(
209
- provider="hf-inference",
210
  api_key=HF_TOKEN,
211
  )
212
  response = client.chat.completions.create(
 
206
  try:
207
  from huggingface_hub import InferenceClient
208
  client = InferenceClient(
209
+ provider="sambanova",
210
  api_key=HF_TOKEN,
211
  )
212
  response = client.chat.completions.create(