Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -666,10 +666,7 @@ def build_ui():
|
|
| 666 |
g_vid_3 = gr.Video(visible=False, autoplay=True,
|
| 667 |
height=320, label="")
|
| 668 |
|
| 669 |
-
|
| 670 |
-
g_clr_btn = gr.Button("✕ Clear selection", size="sm",
|
| 671 |
-
visible=False, scale=1)
|
| 672 |
-
gr.Markdown("", scale=4)
|
| 673 |
|
| 674 |
gr.Markdown("---")
|
| 675 |
|
|
|
|
| 666 |
g_vid_3 = gr.Video(visible=False, autoplay=True,
|
| 667 |
height=320, label="")
|
| 668 |
|
| 669 |
+
g_clr_btn = gr.Button("✕ Clear selection", size="sm", visible=False)
|
|
|
|
|
|
|
|
|
|
| 670 |
|
| 671 |
gr.Markdown("---")
|
| 672 |
|