Ahmed235 commited on
Commit
288ae89
·
verified ·
1 Parent(s): db81f1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def predict_image(image):
34
  return prediction_dict
35
 
36
  # Create the interface
37
- input_interface = gr.Image(type ='pil')
38
  output_interface = "json"
39
 
40
  iface = gr.Interface(
 
34
  return prediction_dict
35
 
36
  # Create the interface
37
+ input_interface = gr.Image()
38
  output_interface = "json"
39
 
40
  iface = gr.Interface(