Update app.py
Browse files
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="
|
| 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(
|