Spaces:
Runtime error
Runtime error
jiaweir
commited on
Commit
β’
144ce64
1
Parent(s):
61e8d2c
add examples
Browse files
app.py
CHANGED
@@ -295,7 +295,7 @@ if __name__ == "__main__":
|
|
295 |
obj3d = gr.Video(label="3D Model",height=290)
|
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=
|
299 |
|
300 |
|
301 |
img_run_btn.click(check_img_input, inputs=[image_block], queue=False).success(optimize_stage_0,
|
|
|
295 |
obj3d = gr.Video(label="3D Model",height=290)
|
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,
|