Commit
•
d46b951
1
Parent(s):
a2eb7b2
Update app.py
Browse files
app.py
CHANGED
@@ -221,6 +221,7 @@ with iface:
|
|
221 |
text2audio,
|
222 |
inputs=[textbox, negative_textbox, duration, guidance_scale, seed, n_candidates],
|
223 |
outputs=[outputs],
|
|
|
224 |
)
|
225 |
|
226 |
share_button.click(None, [], [], _js=share_js)
|
|
|
221 |
text2audio,
|
222 |
inputs=[textbox, negative_textbox, duration, guidance_scale, seed, n_candidates],
|
223 |
outputs=[outputs],
|
224 |
+
api_name="generate"
|
225 |
)
|
226 |
|
227 |
share_button.click(None, [], [], _js=share_js)
|