Update app.py
Browse files
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
|
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;">
|