linoyts HF staff commited on
Commit
d9a0d25
1 Parent(s): 92e08c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 60 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)
 
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)