Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -827,10 +827,10 @@ with gr.Blocks() as demo:
|
|
| 827 |
|
| 828 |
unified_upload = gr.File(
|
| 829 |
file_count="multiple",
|
| 830 |
-
label="Upload
|
| 831 |
file_types=["image", "video"],
|
| 832 |
-
elem_id="upload-zone",
|
| 833 |
-
height="
|
| 834 |
)
|
| 835 |
|
| 836 |
with gr.Row():
|
|
@@ -847,7 +847,7 @@ with gr.Blocks() as demo:
|
|
| 847 |
height="220",
|
| 848 |
object_fit="cover",
|
| 849 |
preview=True,
|
| 850 |
-
elem_id="preview-gallery",
|
| 851 |
show_label=False,
|
| 852 |
)
|
| 853 |
|
|
|
|
| 827 |
|
| 828 |
unified_upload = gr.File(
|
| 829 |
file_count="multiple",
|
| 830 |
+
label="Upload Images/Videos",
|
| 831 |
file_types=["image", "video"],
|
| 832 |
+
#elem_id="upload-zone",
|
| 833 |
+
height="300"
|
| 834 |
)
|
| 835 |
|
| 836 |
with gr.Row():
|
|
|
|
| 847 |
height="220",
|
| 848 |
object_fit="cover",
|
| 849 |
preview=True,
|
| 850 |
+
#elem_id="preview-gallery",
|
| 851 |
show_label=False,
|
| 852 |
)
|
| 853 |
|