haoheliu commited on
Commit
20e311e
1 Parent(s): 2153a5b

Update the instructions in the app

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