feat: show download button
Browse files
app.py
CHANGED
@@ -107,6 +107,7 @@ with demo:
|
|
107 |
waveform_options=gr.WaveformOptions(
|
108 |
sample_rate=16000,
|
109 |
),
|
|
|
110 |
),
|
111 |
],
|
112 |
outputs=[
|
|
|
107 |
waveform_options=gr.WaveformOptions(
|
108 |
sample_rate=16000,
|
109 |
),
|
110 |
+
show_download_button=True,
|
111 |
),
|
112 |
],
|
113 |
outputs=[
|