Spaces:
Running
on
Zero
Running
on
Zero
fix guide
Browse files
app.py
CHANGED
@@ -237,7 +237,11 @@ with gr.Blocks(css=css) as demo:
|
|
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
|
|
|
|
|
|
|
|
|
241 |
- If loading audio result is slow, you can select Output Format as mp3 in Advanced Settings.
|
242 |
|
243 |
""")
|
|
|
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 |
|
247 |
""")
|