faneggg commited on
Commit
6e22163
·
verified ·
1 Parent(s): 6eb1ad0

Update app.py

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