prithivMLmods commited on
Commit
8afd489
·
verified ·
1 Parent(s): 6f99b72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 Video or Images",
831
  file_types=["image", "video"],
832
- elem_id="upload-zone",
833
- height="200"
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