Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ with iface:
|
|
264 |
],
|
265 |
fn=text2audio,
|
266 |
inputs=[textbox, duration, guidance_scale, seed, n_candidates],
|
267 |
-
outputs=
|
268 |
cache_examples=True,
|
269 |
)
|
270 |
gr.HTML('''
|
|
|
264 |
],
|
265 |
fn=text2audio,
|
266 |
inputs=[textbox, duration, guidance_scale, seed, n_candidates],
|
267 |
+
outputs=outputs,
|
268 |
cache_examples=True,
|
269 |
)
|
270 |
gr.HTML('''
|