edward2021 commited on
Commit
a2d8574
·
1 Parent(s): 5ef5f1c

fix example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(title='PQ3D Demo') as demo:
59
  outputs=[gr.Model3D(
60
  clear_color=[0.0, 0.0, 0.0, 0.0], camera_position=(80, 100, 6), label="3D Model"), "text"],
61
  examples=[
62
- ["armchair"], ["Sofa"], ["left computer on the desk"]
63
  ],
64
  title="Input text, Output 3D Mask, Red denotes predicted object"
65
  )
 
59
  outputs=[gr.Model3D(
60
  clear_color=[0.0, 0.0, 0.0, 0.0], camera_position=(80, 100, 6), label="3D Model"), "text"],
61
  examples=[
62
+ ["armchair", "scene0050_00"], ["Sofa", "scene0050_00"], ["left computer on the desk", "scene0050_00"]
63
  ],
64
  title="Input text, Output 3D Mask, Red denotes predicted object"
65
  )