Spaces:
Runtime error
Runtime error
jiaweir
commited on
Commit
β’
d948784
1
Parent(s):
8d987bd
remove render
Browse files
app.py
CHANGED
@@ -296,6 +296,7 @@ if __name__ == "__main__":
|
|
296 |
# obj3d = gr.Model3D(label="3D Model",height=290)
|
297 |
# video4d = gr.Video(label="4D Render",height=290)
|
298 |
obj4d = Model4DGS(label="4D Model", height=500, fps=28)
|
|
|
299 |
|
300 |
|
301 |
img_run_btn.click(check_img_input, inputs=[image_block], queue=False).success(optimize_stage_0,
|
|
|
296 |
# obj3d = gr.Model3D(label="3D Model",height=290)
|
297 |
# video4d = gr.Video(label="4D Render",height=290)
|
298 |
obj4d = Model4DGS(label="4D Model", height=500, fps=28)
|
299 |
+
gr.Markdown("*Please refresh the page before a new run.*")
|
300 |
|
301 |
|
302 |
img_run_btn.click(check_img_input, inputs=[image_block], queue=False).success(optimize_stage_0,
|