Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -397,15 +397,15 @@ with demo:
|
|
397 |
render_run.click(run_render, inputs=[dust3r_state, feat2gs_state, cam_traj], outputs=[output_video])
|
398 |
|
399 |
|
400 |
-
gr.Examples(
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
)
|
410 |
|
411 |
demo.launch(server_name="0.0.0.0", share=False)
|
|
|
397 |
render_run.click(run_render, inputs=[dust3r_state, feat2gs_state, cam_traj], outputs=[output_video])
|
398 |
|
399 |
|
400 |
+
# gr.Examples(
|
401 |
+
# examples=[
|
402 |
+
# "plushies",
|
403 |
+
# ],
|
404 |
+
# inputs=[input_path],
|
405 |
+
# outputs=[dust3r_model, feat_image, output_model, output_video],
|
406 |
+
# fn=lambda x: process_example(inputfiles=None, input_path=x),
|
407 |
+
# cache_examples=True,
|
408 |
+
# label='Examples'
|
409 |
+
# )
|
410 |
|
411 |
demo.launch(server_name="0.0.0.0", share=False)
|