csuhan commited on
Commit
96f8446
1 Parent(s): 1c2dd5c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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')