faneggg commited on
Commit
f62943b
·
verified ·
1 Parent(s): d14fd29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
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
- 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)
 
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)