brjathu commited on
Commit ·
20b765e
1
Parent(s): fa45e23
Adding HF files
Browse files- app.py +5 -1
- assets/list.txt +0 -0
app.py
CHANGED
|
@@ -145,7 +145,11 @@ with gr.Blocks(title="4DHumans", css=".gradio-container") as demo:
|
|
| 145 |
send_btn = gr.Button("Infer")
|
| 146 |
send_btn.click(fn=infer, inputs=[input_image, threshold], outputs=[output_image])
|
| 147 |
|
| 148 |
-
gr.Examples([
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
|
| 150 |
gr.HTML("""</ul>""")
|
| 151 |
|
|
|
|
| 145 |
send_btn = gr.Button("Infer")
|
| 146 |
send_btn.click(fn=infer, inputs=[input_image, threshold], outputs=[output_image])
|
| 147 |
|
| 148 |
+
gr.Examples([
|
| 149 |
+
['assets/test1.png', 0.6],
|
| 150 |
+
# ['assets/test2.png', 0.5]
|
| 151 |
+
],
|
| 152 |
+
inputs=[input_image, threshold])
|
| 153 |
|
| 154 |
gr.HTML("""</ul>""")
|
| 155 |
|
assets/list.txt
ADDED
|
File without changes
|