Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,8 @@ def main():
|
|
| 108 |
|
| 109 |
# Dropdown for selecting classifier
|
| 110 |
classifier_dropdown = gr.Dropdown(choices=["GLCM", "LBP"],
|
| 111 |
-
label="Feature Vector Type"
|
|
|
|
| 112 |
|
| 113 |
# Button for classification
|
| 114 |
classify_button = gr.Button("Classify Image")
|
|
|
|
| 108 |
|
| 109 |
# Dropdown for selecting classifier
|
| 110 |
classifier_dropdown = gr.Dropdown(choices=["GLCM", "LBP"],
|
| 111 |
+
label="Feature Vector Type",
|
| 112 |
+
value="GLCM")
|
| 113 |
|
| 114 |
# Button for classification
|
| 115 |
classify_button = gr.Button("Classify Image")
|