Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ iface = gr.Interface(
|
|
| 45 |
["image.jpeg", "42"]
|
| 46 |
],
|
| 47 |
# Add a separate section for the example video
|
| 48 |
-
gr.Markdown("## Example Output Video")
|
| 49 |
example_video = gr.Video("example_output_video.mp4")
|
| 50 |
)
|
| 51 |
# Launch the interface
|
|
|
|
| 45 |
["image.jpeg", "42"]
|
| 46 |
],
|
| 47 |
# Add a separate section for the example video
|
| 48 |
+
gr.Markdown("## Example Output Video"),
|
| 49 |
example_video = gr.Video("example_output_video.mp4")
|
| 50 |
)
|
| 51 |
# Launch the interface
|