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