capradeepgujaran commited on
Commit
ccddb90
1 Parent(s): 5b19aee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -278,7 +278,12 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as iface:
278
 
279
  # First row: Combined file upload for images and videos
280
  with gr.Row():
281
- file_input = gr.File(label="Upload Construction Site Images or Videos", file_count="multiple", type="file", elem_classes="file-container")
 
 
 
 
 
282
 
283
  # Second row: Analyze Safety Hazards Button
284
  with gr.Row():
 
278
 
279
  # First row: Combined file upload for images and videos
280
  with gr.Row():
281
+ file_input = gr.File(
282
+ label="Upload Construction Site Images or Videos",
283
+ file_count="multiple",
284
+ type="filepath",
285
+ elem_classes="file-container"
286
+ )
287
 
288
  # Second row: Analyze Safety Hazards Button
289
  with gr.Row():