Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -241,7 +241,7 @@ def summarize_text(text):
|
|
| 241 |
|
| 242 |
|
| 243 |
def transcribe_audio(path):
|
| 244 |
-
url = "https://api-inference.huggingface.co/models/
|
| 245 |
headers = {
|
| 246 |
"Authorization": HF_TOKEN,
|
| 247 |
"Content-Type": "application/octet-stream"
|
|
|
|
| 241 |
|
| 242 |
|
| 243 |
def transcribe_audio(path):
|
| 244 |
+
url = "https://api-inference.huggingface.co/models/openai/whisper-large-v2"
|
| 245 |
headers = {
|
| 246 |
"Authorization": HF_TOKEN,
|
| 247 |
"Content-Type": "application/octet-stream"
|