Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def process_translate(language: str, audio_path: str) -> str:
|
|
| 36 |
"content": [
|
| 37 |
{
|
| 38 |
"type": "audio",
|
| 39 |
-
"path":
|
| 40 |
},
|
| 41 |
{"type": "text", "text": "Translate this in "+language},
|
| 42 |
],
|
|
|
|
| 36 |
"content": [
|
| 37 |
{
|
| 38 |
"type": "audio",
|
| 39 |
+
"path": audio_path,
|
| 40 |
},
|
| 41 |
{"type": "text", "text": "Translate this in "+language},
|
| 42 |
],
|