Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def extract_features(sequence):
|
|
| 41 |
|
| 42 |
|
| 43 |
# Combine both feature sets
|
| 44 |
-
all_features =
|
| 45 |
|
| 46 |
# Extract only the selected features
|
| 47 |
selected_feature_values = [all_features[feature] for feature in selected_features if feature in all_features]
|
|
|
|
| 41 |
|
| 42 |
|
| 43 |
# Combine both feature sets
|
| 44 |
+
all_features = aac
|
| 45 |
|
| 46 |
# Extract only the selected features
|
| 47 |
selected_feature_values = [all_features[feature] for feature in selected_features if feature in all_features]
|