Update app.py
Browse files
app.py
CHANGED
@@ -238,9 +238,6 @@ with iface:
|
|
238 |
[
|
239 |
["A hammer is hitting a wooden surface", "low quality, average quality", 5, 2.5, 45, 3],
|
240 |
["Peaceful and calming ambient music with singing bowl and other instruments.", "low quality, average quality", 5, 2.5, 45, 3],
|
241 |
-
["A man is speaking in a small room.", "low quality, average quality", 5, 2.5, 45, 3],
|
242 |
-
["A female is speaking followed by footstep sound", "low quality, average quality", 5, 2.5, 45, 3],
|
243 |
-
["Wooden table tapping sound followed by water pouring sound.", "low quality, average quality", 5, 2.5, 45, 3],
|
244 |
],
|
245 |
fn=text2audio,
|
246 |
inputs=[textbox, negative_textbox, duration, guidance_scale, seed, n_candidates],
|
|
|
238 |
[
|
239 |
["A hammer is hitting a wooden surface", "low quality, average quality", 5, 2.5, 45, 3],
|
240 |
["Peaceful and calming ambient music with singing bowl and other instruments.", "low quality, average quality", 5, 2.5, 45, 3],
|
|
|
|
|
|
|
241 |
],
|
242 |
fn=text2audio,
|
243 |
inputs=[textbox, negative_textbox, duration, guidance_scale, seed, n_candidates],
|