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