Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ if diffuculty == 'Beginners':
|
|
24 |
elif diffuculty == 'Professionals':
|
25 |
thresholds = get_thresholds_pro()
|
26 |
|
27 |
-
elif difficulty == 'Push up':
|
28 |
-
thresholds = get_pushups()
|
29 |
|
30 |
ProcessUpload = ProcessFrame(thresholds=thresholds)
|
31 |
|
|
|
24 |
elif diffuculty == 'Professionals':
|
25 |
thresholds = get_thresholds_pro()
|
26 |
|
27 |
+
#elif difficulty == 'Push up':
|
28 |
+
#thresholds = get_pushups()
|
29 |
|
30 |
ProcessUpload = ProcessFrame(thresholds=thresholds)
|
31 |
|