Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
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(
|