Update app.py
Browse files
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"
|