mestrevh commited on
Commit
e6bd21c
·
1 Parent(s): e04ae13

modified the app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict_image(image):
12
 
13
  # Interface Gradio
14
  interface = gr.Interface(fn=predict_image,
15
- inputs=gr.inputs.Image(type="pil"),
16
  outputs="label",
17
  live=True)
18
 
 
12
 
13
  # Interface Gradio
14
  interface = gr.Interface(fn=predict_image,
15
+ inputs = gr.Image(type="pil"),
16
  outputs="label",
17
  live=True)
18