alexnasa commited on
Commit
90a8eed
·
verified ·
1 Parent(s): 02d78ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -322,7 +322,7 @@ if __name__ == "__main__":
322
  with gr.Tab("Video"):
323
  input_video = gr.Video(label="Upload Video", sources=["upload"], interactive=True, height=512)
324
  with gr.Tab("Images"):
325
- input_images = gr.File(file_count="multiple", label="Upload Files", height=512)
326
 
327
  submit_btn = gr.Button(
328
  "Generate Gaussian Splat", scale=1, variant="primary"
 
322
  with gr.Tab("Video"):
323
  input_video = gr.Video(label="Upload Video", sources=["upload"], interactive=True, height=512)
324
  with gr.Tab("Images"):
325
+ input_images = gr.File(file_count="multiple", label="Upload Files", type="filepath", height=512)
326
 
327
  submit_btn = gr.Button(
328
  "Generate Gaussian Splat", scale=1, variant="primary"