xmrt commited on
Commit
98fc48d
1 Parent(s): 6e82233

added return in check extension

Browse files
Files changed (1) hide show
  1. main_noweb.py +2 -2
main_noweb.py CHANGED
@@ -349,8 +349,8 @@ with block:
349
 
350
  \n Below, you can see a visualization of the poses of the 2d, 3d and hand keypoint locations: """)
351
  with gr.Row():
352
- gr.Image("./cocoposes.png", width="160")
353
- gr.Image("./cocohand.png", width="160")
354
 
355
 
356
 
 
349
 
350
  \n Below, you can see a visualization of the poses of the 2d, 3d and hand keypoint locations: """)
351
  with gr.Row():
352
+ gr.Image("./cocoposes.png", width="160",height="220")
353
+ gr.Image("./cocohand.png", width="160",height="200")
354
 
355
 
356