Spaces:
Build error
Build error
Update Camera.py
Browse files
Camera.py
CHANGED
|
@@ -10,7 +10,7 @@ from utils import SLInference
|
|
| 10 |
|
| 11 |
logger = logging.getLogger(__name__)
|
| 12 |
|
| 13 |
-
def
|
| 14 |
"""
|
| 15 |
Main function of the app.
|
| 16 |
"""
|
|
@@ -65,6 +65,3 @@ def main():
|
|
| 65 |
last_5_gestures.markdown(f'<p style="font-size:20px"> Last 5 gestures: {" ".join(gestures_deque)}</p>',
|
| 66 |
unsafe_allow_html=True)
|
| 67 |
print(gestures_deque)
|
| 68 |
-
|
| 69 |
-
if __name__ == "__main__":
|
| 70 |
-
main()
|
|
|
|
| 10 |
|
| 11 |
logger = logging.getLogger(__name__)
|
| 12 |
|
| 13 |
+
def display():
|
| 14 |
"""
|
| 15 |
Main function of the app.
|
| 16 |
"""
|
|
|
|
| 65 |
last_5_gestures.markdown(f'<p style="font-size:20px"> Last 5 gestures: {" ".join(gestures_deque)}</p>',
|
| 66 |
unsafe_allow_html=True)
|
| 67 |
print(gestures_deque)
|
|
|
|
|
|
|
|
|