Blane187 commited on
Commit
8635810
1 Parent(s): 689b4fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def download_audio(url):
88
  sample_rate, audio_data = read(file_path)
89
  audio_array = np.asarray(audio_data, dtype=np.int16)
90
 
91
- return sample_rate, audio_array
92
 
93
  with gr.Blocks() as demo:
94
  gr.Markdown("## Audio Translator")
 
88
  sample_rate, audio_data = read(file_path)
89
  audio_array = np.asarray(audio_data, dtype=np.int16)
90
 
91
+ return file_path
92
 
93
  with gr.Blocks() as demo:
94
  gr.Markdown("## Audio Translator")