Spaces:
Runtime error
Runtime error
Shengyi Qian
commited on
Commit
•
8abd9ea
1
Parent(s):
0a81b19
add more examples
Browse files
app.py
CHANGED
@@ -208,6 +208,10 @@ def run_model(input_image):
|
|
208 |
examples = [
|
209 |
'examples/AR_4ftr44oANPU_34_900_35.jpg',
|
210 |
'examples/AR_0Mi_dDnmF2Y_6_2610_15.jpg',
|
|
|
|
|
|
|
|
|
211 |
]
|
212 |
|
213 |
title = 'Understanding 3D Object Interaction from a Single Image'
|
@@ -232,7 +236,7 @@ with gr.Blocks().queue() as demo:
|
|
232 |
examples_handler = gr.Examples(
|
233 |
examples=examples,
|
234 |
inputs=input_image,
|
235 |
-
examples_per_page=
|
236 |
)
|
237 |
|
238 |
with gr.Row():
|
|
|
208 |
examples = [
|
209 |
'examples/AR_4ftr44oANPU_34_900_35.jpg',
|
210 |
'examples/AR_0Mi_dDnmF2Y_6_2610_15.jpg',
|
211 |
+
'examples/EK_0037_P28_101_frame_0000031096.jpg',
|
212 |
+
'examples/EK_0056_P04_121_frame_0000018401.jpg',
|
213 |
+
'examples/taskonomy_bonfield_point_42_view_6_domain_rgb.png',
|
214 |
+
'examples/taskonomy_wando_point_156_view_3_domain_rgb.png',
|
215 |
]
|
216 |
|
217 |
title = 'Understanding 3D Object Interaction from a Single Image'
|
|
|
236 |
examples_handler = gr.Examples(
|
237 |
examples=examples,
|
238 |
inputs=input_image,
|
239 |
+
examples_per_page=10,
|
240 |
)
|
241 |
|
242 |
with gr.Row():
|
examples/EK_0037_P28_101_frame_0000031096.jpg
ADDED
examples/EK_0056_P04_121_frame_0000018401.jpg
ADDED
examples/taskonomy_bonfield_point_42_view_6_domain_rgb.png
ADDED
examples/taskonomy_wando_point_156_view_3_domain_rgb.png
ADDED