rishitdagli commited on
Commit
ecc3b10
·
1 Parent(s): fa8c2ef
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -492,10 +492,10 @@ with gr.Blocks(css=css, title="VoMP") as demo:
492
  gr.Markdown("### 🎯 Examples")
493
  gr.Examples(
494
  examples=[
 
495
  [os.path.join(EXAMPLES_DIR, "dog.ply")],
496
  [os.path.join(EXAMPLES_DIR, "dozer.ply")],
497
  [os.path.join(EXAMPLES_DIR, "fiscus.ply")],
498
- [os.path.join(EXAMPLES_DIR, "plant.ply")],
499
  ],
500
  inputs=[input_model],
501
  outputs=[
 
492
  gr.Markdown("### 🎯 Examples")
493
  gr.Examples(
494
  examples=[
495
+ [os.path.join(EXAMPLES_DIR, "plant.ply")],
496
  [os.path.join(EXAMPLES_DIR, "dog.ply")],
497
  [os.path.join(EXAMPLES_DIR, "dozer.ply")],
498
  [os.path.join(EXAMPLES_DIR, "fiscus.ply")],
 
499
  ],
500
  inputs=[input_model],
501
  outputs=[