Spaces:
Runtime error
Runtime error
adding more demo images.
Browse files
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 |
-
|
|
|
|
|
|
|
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 |
|