seawolf2357
commited on
Commit
•
0c66426
1
Parent(s):
f239676
Update app.py
Browse files
app.py
CHANGED
@@ -278,8 +278,8 @@ gr_interface = gr.Interface(
|
|
278 |
fn=gradio_generate,
|
279 |
inputs=[input_text, output_format, denoising_steps, guidance_scale],
|
280 |
outputs=[output_audio],
|
281 |
-
title="
|
282 |
-
|
283 |
allow_flagging=False,
|
284 |
examples=[
|
285 |
["Quiet speech and then and airplane flying away"],
|
|
|
278 |
fn=gradio_generate,
|
279 |
inputs=[input_text, output_format, denoising_steps, guidance_scale],
|
280 |
outputs=[output_audio],
|
281 |
+
title="T2: Text to SoundFX",
|
282 |
+
|
283 |
allow_flagging=False,
|
284 |
examples=[
|
285 |
["Quiet speech and then and airplane flying away"],
|