Spaces:
Runtime error
Runtime error
Commit
·
524f9aa
1
Parent(s):
a273c4d
Audio Record Other Languages now
Browse files
main.py
CHANGED
@@ -79,7 +79,7 @@ async def caesarmobiletranslateaudio(websocket: WebSocket):
|
|
79 |
fileformat = "wav"
|
80 |
|
81 |
|
82 |
-
suffix = f"_{
|
83 |
argfilename = filename + suffix
|
84 |
print(argfilename)
|
85 |
|
|
|
79 |
fileformat = "wav"
|
80 |
|
81 |
|
82 |
+
suffix = f"_{language_src}"
|
83 |
argfilename = filename + suffix
|
84 |
print(argfilename)
|
85 |
|