Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,7 @@ iface = gr.Interface(
|
|
46 |
],
|
47 |
# Add a separate section for the example video
|
48 |
gr.Markdown("## Example Output Video"),
|
49 |
-
|
|
|
50 |
# Launch the interface
|
51 |
iface.launch()
|
|
|
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()
|