datasciencedojo commited on
Commit
0d7354c
1 Parent(s): d38e72d

Update app.py

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