fffiloni commited on
Commit
21dea4e
β€’
1 Parent(s): 4e0c414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def infer(image_input, manual_caption, duration_in, seed, caption_output):
37
  sound = audio_gen(cap, duration_in, 2.5, seed, 3, fn_index=0)
38
 
39
  #return cap, sound[1], gr.Textbox.update(placeholder=f"{ph_update}{ph_message}"), gr.Group.update(visible=True)
40
- return cap, sound[1], gr.Group.update(visible=True)
41
 
42
  title = """
43
  <div style="text-align: center; max-width: 700px; margin: 0 auto;">
 
37
  sound = audio_gen(cap, duration_in, 2.5, seed, 3, fn_index=0)
38
 
39
  #return cap, sound[1], gr.Textbox.update(placeholder=f"{ph_update}{ph_message}"), gr.Group.update(visible=True)
40
+ return cap, sound, gr.Group.update(visible=True)
41
 
42
  title = """
43
  <div style="text-align: center; max-width: 700px; margin: 0 auto;">