mrcuddle commited on
Commit
c4fd1ab
·
verified ·
1 Parent(s): 701770b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -46,7 +46,6 @@ iface = gr.Interface(
46
  ],
47
  # Add a separate section for the example video
48
  gr.Markdown("## Example Output Video"),
49
- example_video = gr.Video("generated.mp4")
50
- )
51
  # Launch the interface
52
  iface.launch()
 
46
  ],
47
  # Add a separate section for the example video
48
  gr.Markdown("## Example Output Video"),
49
+ example_video = gr.Video("generated.mp4")),
 
50
  # Launch the interface
51
  iface.launch()