Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ def function(Textbox, Textbox2, Textbox3, Dropdown):
|
|
218 |
)
|
219 |
output = output["audio_out"]
|
220 |
audio_data = base64.b64decode(output)
|
221 |
-
return
|
222 |
|
223 |
# Save the audio to an MP3 file
|
224 |
# mp3_path = "output.mp3"
|
|
|
218 |
)
|
219 |
output = output["audio_out"]
|
220 |
audio_data = base64.b64decode(output)
|
221 |
+
return audio_data
|
222 |
|
223 |
# Save the audio to an MP3 file
|
224 |
# mp3_path = "output.mp3"
|