brjathu commited on
Commit
2e5f05f
1 Parent(s): c00f68b

adding more demo images.

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -147,7 +147,10 @@ with gr.Blocks(title="4DHumans", css=".gradio-container") as demo:
147
 
148
  gr.Examples([
149
  ['assets/test1.png', 0.6],
150
- # ['assets/test2.png', 0.5]
 
 
 
151
  ],
152
  inputs=[input_image, threshold])
153
 
 
147
 
148
  gr.Examples([
149
  ['assets/test1.png', 0.6],
150
+ ['assets/test2.jpg', 0.6],
151
+ ['assets/test3.jpg', 0.6],
152
+ ['assets/test4.jpg', 0.6],
153
+ ['assets/test5.jpg', 0.6],
154
  ],
155
  inputs=[input_image, threshold])
156