Spaces:
Runtime error
Runtime error
Update the instructions in the app
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ with iface:
|
|
257 |
gr.HTML('''
|
258 |
<div class="acknowledgements">
|
259 |
<p>Essential Tricks for Enhancing the Quality of Your Generated Audio</p>
|
260 |
-
<p>1. Try to use more adjectives to describe your sound. For example: "A man is speaking clearly and slowly" is better than "A man is speaking".</p>
|
261 |
<p>2. Try to use different random seeds, which can affect the generation quality significantly sometimes.</p>
|
262 |
<p>3. It's better to use general terms like 'man' or 'woman' instead of specific names for individuals or abstract objects that humans may not be familiar with, such as 'mummy'.</p>
|
263 |
</div>
|
|
|
257 |
gr.HTML('''
|
258 |
<div class="acknowledgements">
|
259 |
<p>Essential Tricks for Enhancing the Quality of Your Generated Audio</p>
|
260 |
+
<p>1. Try to use more adjectives to describe your sound. For example: "A man is speaking clearly and slowly in a large room" is better than "A man is speaking".</p>
|
261 |
<p>2. Try to use different random seeds, which can affect the generation quality significantly sometimes.</p>
|
262 |
<p>3. It's better to use general terms like 'man' or 'woman' instead of specific names for individuals or abstract objects that humans may not be familiar with, such as 'mummy'.</p>
|
263 |
</div>
|