Spaces:
Paused
Paused
Johann Diedrick
commited on
Commit
·
c222126
1
Parent(s):
e58ab9f
updating outputs
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def text2audio(text, negative_prompt, duration, guidance_scale, random_seed, n_c
|
|
45 |
gradio_interface = gr.Interface(
|
46 |
fn = text2audio,
|
47 |
inputs = "text",
|
48 |
-
outputs = "audio",
|
49 |
)
|
50 |
|
51 |
gradio_interface.launch()
|
|
|
45 |
gradio_interface = gr.Interface(
|
46 |
fn = text2audio,
|
47 |
inputs = "text",
|
48 |
+
outputs = ["audio", "audio", "audio"],
|
49 |
)
|
50 |
|
51 |
gradio_interface.launch()
|