tommy24 commited on
Commit
ffcae97
·
1 Parent(s): 24a8041

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 audio data
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"