Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
added example
Browse files
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():
|