grgsaliba commited on
Commit
13c8aa5
·
verified ·
1 Parent(s): 1ad6bdc

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -188,7 +188,8 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
188
  gr.Markdown("### 📤 Input")
189
  audio_input = gr.Audio(
190
  label="Upload Noisy Audio",
191
- type="filepath"
 
192
  )
193
 
194
  noise_reduction = gr.Slider(
 
188
  gr.Markdown("### 📤 Input")
189
  audio_input = gr.Audio(
190
  label="Upload Noisy Audio",
191
+ type="filepath",
192
+ sources=["upload", "microphone"]
193
  )
194
 
195
  noise_reduction = gr.Slider(