fffiloni commited on
Commit
7a96dcf
β€’
1 Parent(s): 21dea4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def infer(image_input, manual_caption, duration_in, seed, caption_output):
35
  ph_update=""
36
 
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
 
 
35
  ph_update=""
36
 
37
  sound = audio_gen(cap, duration_in, 2.5, seed, 3, fn_index=0)
38
+ print(sound)
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