mrcuddle commited on
Commit
cb4efac
·
verified ·
1 Parent(s): e84e0d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -44,9 +44,5 @@ iface = gr.Interface(
44
  examples=[
45
  ["image.jpeg", "42"]
46
  ],
47
- # Add a separate section for the example video
48
- gr.Markdown("## Example Output Video"),
49
- examples = gr.Video("generated.mp4"),
50
- )
51
  # Launch the interface
52
  iface.launch()
 
44
  examples=[
45
  ["image.jpeg", "42"]
46
  ],
 
 
 
 
47
  # Launch the interface
48
  iface.launch()