nnibras commited on
Commit
65903c8
·
verified ·
1 Parent(s): b02da62

Update app.py

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