datasciencedojo commited on
Commit
b064862
·
verified ·
1 Parent(s): 424ccd4

added example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def fun(img):
24
 
25
  return cv2.flip(image[:,:,::-1],1)
26
 
27
- with gr.Blocks(title="Realtime Keypoint Detection | Data Science Dojo", css="footer {display:none !important} .output-markdown{display:none !important}") as demo:
28
 
29
  with gr.Row():
30
  with gr.Column():
 
24
 
25
  return cv2.flip(image[:,:,::-1],1)
26
 
27
+ with gr.Blocks(title="Realtime Keypoint Detection | Data Science Dojo", css="footer {display:none !important} .output-markdown{display:none !important}", examples=['ex1.jpg']) as demo:
28
 
29
  with gr.Row():
30
  with gr.Column():