Update app.py
Browse files
app.py
CHANGED
|
@@ -290,7 +290,7 @@ iface = gr.Interface(
|
|
| 290 |
fn=classify_texture,
|
| 291 |
inputs=[
|
| 292 |
gr.Image(type="numpy", label="Upload Image"),
|
| 293 |
-
gr.Dropdown(choices=["GLCM", "LBP"], label="Select Feature Extraction Method"),
|
| 294 |
],
|
| 295 |
outputs=["text", gr.Image(type="numpy", label="Highlighted Image")],
|
| 296 |
title="Texture Classification",
|
|
|
|
| 290 |
fn=classify_texture,
|
| 291 |
inputs=[
|
| 292 |
gr.Image(type="numpy", label="Upload Image"),
|
| 293 |
+
gr.Dropdown(choices=["Choose Here", "GLCM", "LBP"], label="Select Feature Extraction Method"),
|
| 294 |
],
|
| 295 |
outputs=["text", gr.Image(type="numpy", label="Highlighted Image")],
|
| 296 |
title="Texture Classification",
|