Spaces:
Running
on
Zero
Running
on
Zero
xiaoyuxi
commited on
Commit
·
e0ba489
1
Parent(s):
7721ce6
ui
Browse files
app.py
CHANGED
|
@@ -850,7 +850,7 @@ with gr.Blocks(
|
|
| 850 |
with gr.Row():
|
| 851 |
with gr.Column(scale=1):
|
| 852 |
# Video upload section
|
| 853 |
-
with gr.
|
| 854 |
gr.Markdown("### 📂 Select Video")
|
| 855 |
|
| 856 |
# Define video_input here so it can be referenced in examples
|
|
@@ -860,12 +860,12 @@ with gr.Blocks(
|
|
| 860 |
height=250 # Matched height with 3D viz
|
| 861 |
)
|
| 862 |
|
| 863 |
-
|
| 864 |
-
gr.HTML("<div style='margin-top: 5px;'></div>")
|
| 865 |
-
|
| 866 |
-
gr.Markdown("**Examples:** (scroll horizontally to see all videos)")
|
| 867 |
# Traditional examples but with horizontal scroll styling
|
| 868 |
with gr.Row(elem_classes=["horizontal-examples"]):
|
|
|
|
|
|
|
|
|
|
| 869 |
gr.Examples(
|
| 870 |
examples=[
|
| 871 |
["./examples/kiss.mp4"],
|
|
|
|
| 850 |
with gr.Row():
|
| 851 |
with gr.Column(scale=1):
|
| 852 |
# Video upload section
|
| 853 |
+
with gr.Row(elem_classes=["upload-video-section"]):
|
| 854 |
gr.Markdown("### 📂 Select Video")
|
| 855 |
|
| 856 |
# Define video_input here so it can be referenced in examples
|
|
|
|
| 860 |
height=250 # Matched height with 3D viz
|
| 861 |
)
|
| 862 |
|
| 863 |
+
|
|
|
|
|
|
|
|
|
|
| 864 |
# Traditional examples but with horizontal scroll styling
|
| 865 |
with gr.Row(elem_classes=["horizontal-examples"]):
|
| 866 |
+
gr.Markdown("🎨**Examples:** (scroll horizontally to see all videos)")
|
| 867 |
+
# Horizontal video examples with slider
|
| 868 |
+
gr.HTML("<div style='margin-top: 5px;'></div>")
|
| 869 |
gr.Examples(
|
| 870 |
examples=[
|
| 871 |
["./examples/kiss.mp4"],
|