fffiloni commited on
Commit
fc6db6d
1 Parent(s): 0072ba6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -229,7 +229,8 @@ with gr.Blocks(css=css) as demo:
229
  caption_o = gr.Textbox(label="Scene caption", interactive=False)
230
  retry_btn = gr.Button("Retry with edited prompt", visible=False)
231
  audio_o = gr.Audio(label="Audio output")
232
- video_o = gr.Video(label="Video with soundFX")
 
233
 
234
  gr.Examples(
235
  examples = [
 
229
  caption_o = gr.Textbox(label="Scene caption", interactive=False)
230
  retry_btn = gr.Button("Retry with edited prompt", visible=False)
231
  audio_o = gr.Audio(label="Audio output")
232
+ with gr.Column():
233
+ video_o = gr.Video(label="Video with soundFX")
234
 
235
  gr.Examples(
236
  examples = [