Amitai commited on
Commit
81ab797
·
1 Parent(s): 07fdded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,5 +30,5 @@ def classify_image(img):
30
  return outputs[int(pred >= 0.5)]
31
 
32
  image = gr.inputs.Image(shape=(64,64))
33
- iface = gr.Interface(fn=classify_image, inputs=image, outputs="text", interpretation="default", examples=["pizza.JPG", "poly.JPG"])
34
  iface.launch(debug=True)
 
30
  return outputs[int(pred >= 0.5)]
31
 
32
  image = gr.inputs.Image(shape=(64,64))
33
+ iface = gr.Interface(fn=classify_image, inputs=image, outputs="text", interpretation="default", examples=["Pizza.JPG", "poly.JPG"])
34
  iface.launch(debug=True)