Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,10 @@ The following video is a short animation created by the author using Manim to ex
|
|
74 |
gr.HTML('<div class="video-container">')
|
75 |
gr.Video(show_video(), label="animation")
|
76 |
gr.HTML('</div>')
|
|
|
|
|
|
|
|
|
77 |
with gr.Row():
|
78 |
gr.HTML('<div class="video-container">')
|
79 |
gr.Video(show_result_video(), label="result")
|
|
|
74 |
gr.HTML('<div class="video-container">')
|
75 |
gr.Video(show_video(), label="animation")
|
76 |
gr.HTML('</div>')
|
77 |
+
with gr.Row():
|
78 |
+
gr.HTML('<div class="video-container">')
|
79 |
+
gr.Video(3d_ddm_deepsort.mp4'', label="3d")
|
80 |
+
gr.HTML('</div>')
|
81 |
with gr.Row():
|
82 |
gr.HTML('<div class="video-container">')
|
83 |
gr.Video(show_result_video(), label="result")
|