ing0 commited on
Commit
ecff477
·
1 Parent(s): 6eb74a7

short lyrics

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -226,21 +226,21 @@ with gr.Blocks(css=css) as demo:
226
  ```
227
 
228
  2. **Audio Prompt Requirements**
229
- - Reference audio should be ≥ 1 second, audio >10 seconds will be randomly clipped into 10 seconds
230
- - For optimal results, the 10-second clips should be carefully selected
231
- - Shorter clips may lead to incoherent generation
232
  3. **Supported Languages**
233
  - **Chinese and English**
234
- - More languages comming soon
235
 
236
  4. **Editing Function in Advanced Settings**
237
  - Using full-length audio as reference is recommended for best results.
238
  - Use -1 to represent the start/end of audio (e.g. [[-1,25], [50,-1]] means "from start to 25s" and "from 50s to end").
239
 
240
- 5.**Generate Preference**
241
- - Quality First: Higher quality , slightly slower
242
- - Speed First: Faster generation with slightly reduced quality
243
-
244
  6. **Others**
245
  - If loading audio result is slow, you can select Output Format as mp3 in Advanced Settings.
246
 
 
226
  ```
227
 
228
  2. **Audio Prompt Requirements**
229
+ - Reference audio should be ≥ 1 second, audio >10 seconds will be randomly clipped into 10 seconds.
230
+ - For optimal results, the 10-second clips should be carefully selected.
231
+ - Shorter clips may lead to incoherent generation.
232
  3. **Supported Languages**
233
  - **Chinese and English**
234
+ - More languages comming soon.
235
 
236
  4. **Editing Function in Advanced Settings**
237
  - Using full-length audio as reference is recommended for best results.
238
  - Use -1 to represent the start/end of audio (e.g. [[-1,25], [50,-1]] means "from start to 25s" and "from 50s to end").
239
 
240
+ 5. **Generate Preference**
241
+ - Quality First: Higher quality , slightly slower.
242
+ - Speed First: Faster generation with slightly reduced quality.
243
+
244
  6. **Others**
245
  - If loading audio result is slow, you can select Output Format as mp3 in Advanced Settings.
246