local5 commited on
Commit
985d8d9
·
verified ·
1 Parent(s): 4aa8baf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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")