linoyts HF staff commited on
Commit
d3bffca
1 Parent(s): 83e4dcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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** 💡: input longer than **45 sec** is automatically trimmed")
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)