jbilcke-hf HF staff commited on
Commit
d46b951
1 Parent(s): a2eb7b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)