Spaces:
Runtime error
Runtime error
Commit ·
233b1f8
1
Parent(s): 91bb511
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,6 @@ div[data-testid="label"] {overflow-x: hidden !important; overflow-y: scroll !imp
|
|
| 82 |
--tw-text-opacity: 1 !important;
|
| 83 |
color:rgb(37 56 133 / var(--tw-text-opacity)) !important;
|
| 84 |
}
|
| 85 |
-
|
| 86 |
"""
|
| 87 |
|
| 88 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label,examples=examples ,title="Hand Gesture Recognition | Data Science Dojo", css=css)
|
|
|
|
| 82 |
--tw-text-opacity: 1 !important;
|
| 83 |
color:rgb(37 56 133 / var(--tw-text-opacity)) !important;
|
| 84 |
}
|
|
|
|
| 85 |
"""
|
| 86 |
|
| 87 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label,examples=examples ,title="Hand Gesture Recognition | Data Science Dojo", css=css)
|