Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
199 |
do_inversion = gr.State(value=True) # To save some runtime when editing the same thing over and over
|
200 |
|
201 |
with gr.Group():
|
202 |
-
gr.Markdown(" **note
|
203 |
with gr.Row():
|
204 |
input_audio = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Input Audio",
|
205 |
interactive=True, scale=1)
|
|
|
199 |
do_inversion = gr.State(value=True) # To save some runtime when editing the same thing over and over
|
200 |
|
201 |
with gr.Group():
|
202 |
+
gr.Markdown("💡 **note**: input longer than **30 sec** is automatically trimmed (for unlimited input you may duplicate the space)")
|
203 |
with gr.Row():
|
204 |
input_audio = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Input Audio",
|
205 |
interactive=True, scale=1)
|