Commit
·
0d7354c
1
Parent(s):
d38e72d
Update app.py
Browse files
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 |
|
| 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():
|