Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
219 |
do_inversion = gr.State(value=True) # To save some runtime when editing the same thing over and over
|
220 |
|
221 |
with gr.Row():
|
222 |
-
input_audio = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Input Audio",
|
223 |
interactive=True, scale=1)
|
224 |
output_audio = gr.Audio(label="Edited Audio", interactive=False, scale=1)
|
225 |
|
|
|
219 |
do_inversion = gr.State(value=True) # To save some runtime when editing the same thing over and over
|
220 |
|
221 |
with gr.Row():
|
222 |
+
input_audio = gr.Audio(sources=["upload", "microphone"], max_length=15, type="filepath", label="Input Audio",
|
223 |
interactive=True, scale=1)
|
224 |
output_audio = gr.Audio(label="Edited Audio", interactive=False, scale=1)
|
225 |
|