tommy24 commited on
Commit
7cfc05f
·
1 Parent(s): cb62d78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ def function(Textbox, Textbox2, Textbox3, Dropdown):
229
  download_audio(output, output_file)
230
  convert_wav_to_mp3(output_file, "audio.mp3")
231
 
232
- return open("audio.mp3", "rb")
233
  except Exception as e:
234
  print(traceback.format_exc())
235
  return "Please Wait!"
 
229
  download_audio(output, output_file)
230
  convert_wav_to_mp3(output_file, "audio.mp3")
231
 
232
+ return "https://tommy24-flasktestgradio.hf.space/file=audio.mp3"
233
  except Exception as e:
234
  print(traceback.format_exc())
235
  return "Please Wait!"