Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ with iface:
|
|
243 |
share_button = gr.Button("Share to community", elem_id="share-btn")
|
244 |
|
245 |
btn.click(text2audio, inputs=[
|
246 |
-
textbox, duration, guidance_scale, seed, n_candidates], outputs=
|
247 |
|
248 |
share_button.click(None, [], [], _js=share_js)
|
249 |
gr.HTML('''
|
|
|
243 |
share_button = gr.Button("Share to community", elem_id="share-btn")
|
244 |
|
245 |
btn.click(text2audio, inputs=[
|
246 |
+
textbox, duration, guidance_scale, seed, n_candidates], outputs=outputs)
|
247 |
|
248 |
share_button.click(None, [], [], _js=share_js)
|
249 |
gr.HTML('''
|