grgsaliba commited on
Commit
b6fb066
·
verified ·
1 Parent(s): dea61f6

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -207,7 +207,8 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
207
  with gr.Column():
208
  gr.Markdown("### 📥 Output")
209
  audio_output = gr.Audio(
210
- label="Denoised Audio"
 
211
  )
212
 
213
  info_output = gr.Textbox(
 
207
  with gr.Column():
208
  gr.Markdown("### 📥 Output")
209
  audio_output = gr.Audio(
210
+ label="Denoised Audio",
211
+ type="numpy"
212
  )
213
 
214
  info_output = gr.Textbox(