aliabid94 HF staff commited on
Commit
906a65e
·
1 Parent(s): 8954157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -176,20 +176,20 @@ with iface:
176
  </div>
177
  """
178
  )
179
- gr.Examples(
180
- [
181
- ["A hammer is hitting a wooden surface.", "Low quality.", 10, 3.5, 45, 3],
182
- ["A cat is meowing for attention.", "Low quality.", 10, 3.5, 45, 3],
183
- ["An excited crowd cheering at a sports game.", "Low quality.", 10, 3.5, 45, 3],
184
- ["Birds singing sweetly in a blooming garden.", "Low quality.", 10, 3.5, 45, 3],
185
- ["A modern synthesizer creating futuristic soundscapes.", "Low quality.", 10, 3.5, 45, 3],
186
- ["The vibrant beat of Brazilian samba drums.", "Low quality.", 10, 3.5, 45, 3],
187
- ],
188
- fn=text2audio,
189
- inputs=[textbox, negative_textbox, duration, guidance_scale, seed, n_candidates],
190
- outputs=[outputs],
191
- # cache_examples=True,
192
- )
193
  gr.HTML(
194
  """
195
  <div class="acknowledgements"> <p>Essential Tricks for Enhancing the Quality of Your Generated
 
176
  </div>
177
  """
178
  )
179
+ # gr.Examples(
180
+ # [
181
+ # ["A hammer is hitting a wooden surface.", "Low quality.", 10, 3.5, 45, 3],
182
+ # ["A cat is meowing for attention.", "Low quality.", 10, 3.5, 45, 3],
183
+ # ["An excited crowd cheering at a sports game.", "Low quality.", 10, 3.5, 45, 3],
184
+ # ["Birds singing sweetly in a blooming garden.", "Low quality.", 10, 3.5, 45, 3],
185
+ # ["A modern synthesizer creating futuristic soundscapes.", "Low quality.", 10, 3.5, 45, 3],
186
+ # ["The vibrant beat of Brazilian samba drums.", "Low quality.", 10, 3.5, 45, 3],
187
+ # ],
188
+ # fn=text2audio,
189
+ # inputs=[textbox, negative_textbox, duration, guidance_scale, seed, n_candidates],
190
+ # outputs=[outputs],
191
+ # # cache_examples=True,
192
+ # )
193
  gr.HTML(
194
  """
195
  <div class="acknowledgements"> <p>Essential Tricks for Enhancing the Quality of Your Generated