manoh2f2 commited on
Commit
bfa5aa7
1 Parent(s): f1d8420

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ images = ["images/daisy.jpg", "images/dandelion.jpg", "images/rosa.jpg", "images
5
 
6
  iface = gr.Interface(
7
  model,
8
- inputs = gr.Image(type="pil", label="Upload Image"),
9
  outputs = gr.Textbox(),
10
  examples= [ [example] for example in images],
11
  description="Daisy, Dandelion, Rose, Sonflower, Tulip",
 
5
 
6
  iface = gr.Interface(
7
  model,
8
+ inputs = gr.Image(label="Upload Image"),
9
  outputs = gr.Textbox(),
10
  examples= [ [example] for example in images],
11
  description="Daisy, Dandelion, Rose, Sonflower, Tulip",