haoheliu commited on
Commit
08ae136
1 Parent(s): 4fdc09a

Update app.py

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