Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,6 @@ def function(Textbox, Textbox2, Textbox3, Dropdown):
|
|
220 |
audio_data = base64.b64decode(output)
|
221 |
# return audio_data
|
222 |
|
223 |
-
Save the audio to an MP3 file
|
224 |
mp3_path = "output.mp3"
|
225 |
with open(mp3_path, "wb") as f:
|
226 |
f.write(audio_data)
|
|
|
220 |
audio_data = base64.b64decode(output)
|
221 |
# return audio_data
|
222 |
|
|
|
223 |
mp3_path = "output.mp3"
|
224 |
with open(mp3_path, "wb") as f:
|
225 |
f.write(audio_data)
|