Loren commited on
Commit
67dc1fc
·
verified ·
1 Parent(s): 5327d9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def process_translate(language: str, audio_path: str) -> str:
36
  "content": [
37
  {
38
  "type": "audio",
39
- "path": "+audio_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
  ],