Update app.py
Browse files
app.py
CHANGED
|
@@ -374,7 +374,7 @@ if __name__ == "__main__":
|
|
| 374 |
|
| 375 |
submit_btn.click(
|
| 376 |
fn=generate_splat,
|
| 377 |
-
inputs=[target_dir_output,],
|
| 378 |
outputs=[reconstruction_output, rgb_video, depth_video])
|
| 379 |
|
| 380 |
input_video.change(
|
|
|
|
| 374 |
|
| 375 |
submit_btn.click(
|
| 376 |
fn=generate_splat,
|
| 377 |
+
inputs=[target_dir_output, session_state],
|
| 378 |
outputs=[reconstruction_output, rgb_video, depth_video])
|
| 379 |
|
| 380 |
input_video.change(
|