Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -332,7 +332,8 @@ def gradio_worker(
|
|
332 |
[rgb_image.replace('rgb', 'depth'), rgb_image]
|
333 |
for rgb_image in glob.glob("examples/depth_normal/rgb/*.png")[:9]
|
334 |
],
|
335 |
-
inputs=[depth_path, depth_rgb_path]
|
|
|
336 |
)
|
337 |
with gr.Tab('Normal Map') as normal_tab:
|
338 |
normal_path = gr.Image(label='Normal Map', type='filepath')
|
|
|
332 |
[rgb_image.replace('rgb', 'depth'), rgb_image]
|
333 |
for rgb_image in glob.glob("examples/depth_normal/rgb/*.png")[:9]
|
334 |
],
|
335 |
+
inputs=[depth_path, depth_rgb_path],
|
336 |
+
examples_per_page=3,
|
337 |
)
|
338 |
with gr.Tab('Normal Map') as normal_tab:
|
339 |
normal_path = gr.Image(label='Normal Map', type='filepath')
|