Spaces:
Runtime error
Runtime error
Commit
·
aef3bc8
1
Parent(s):
f18c345
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,6 @@ footer {display:none !important}
|
|
| 96 |
--tw-bg-opacity: 1 !important;
|
| 97 |
background-color: rgb(229,225,255) !important;
|
| 98 |
}
|
| 99 |
-
|
| 100 |
"""
|
| 101 |
|
| 102 |
intf = gr.Interface(fn=fun, inputs=image, outputs=keypoint, title="Keypoint Detection | Data Science Dojo", examples=examples, css=css)
|
|
|
|
| 96 |
--tw-bg-opacity: 1 !important;
|
| 97 |
background-color: rgb(229,225,255) !important;
|
| 98 |
}
|
|
|
|
| 99 |
"""
|
| 100 |
|
| 101 |
intf = gr.Interface(fn=fun, inputs=image, outputs=keypoint, title="Keypoint Detection | Data Science Dojo", examples=examples, css=css)
|