osheina commited on
Commit
99e3e87
·
verified ·
1 Parent(s): b2334a1

Update Camera.py

Browse files
Files changed (1) hide show
  1. Camera.py +1 -4
Camera.py CHANGED
@@ -10,7 +10,7 @@ from utils import SLInference
10
 
11
  logger = logging.getLogger(__name__)
12
 
13
- def main():
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)