OpenSound commited on
Commit
c69a5d4
1 Parent(s): 7a3d4fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -271,8 +271,8 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
271
  # Mask settings
272
  mask_start = gr.Number(label="Edit Start (seconds)", value=6.0)
273
  mask_length = gr.Slider(minimum=0.5, maximum=10, step=0.5, value=3, label="Edit Length (seconds)")
274
-
275
- edit_explanation = gr.Markdown(value="**Edit Start**: Time (in seconds) when the edit begins. \n\n**Edit Length**: Duration (in seconds) of the segment to be edited. \n\n**Outpainting**: If the sum of the start time and edit length exceeds the audio length, the Outpainting Mode will be activated.")
276
 
277
  # Run button for editing
278
  edit_button = gr.Button("Generate", scale=1)
 
271
  # Mask settings
272
  mask_start = gr.Number(label="Edit Start (seconds)", value=6.0)
273
  mask_length = gr.Slider(minimum=0.5, maximum=10, step=0.5, value=3, label="Edit Length (seconds)")
274
+
275
+ edit_explanation = gr.Markdown(value="**Edit Start**: The time when the edit begins. \n\n**Edit Length**: The duration of the segment to be edited. \n\n**Outpainting**: If the edit extends beyond the audio's length, Outpainting Mode will automatically activate.")
276
 
277
  # Run button for editing
278
  edit_button = gr.Button("Generate", scale=1)