deelight-del commited on
Commit
a612299
·
1 Parent(s): dbedcae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def predict(img):
14
 
15
  examples = ["black_bear.jpg", "teddy_bear.jpg"]
16
  #interface =
17
- gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(), examples = examples).launch()
 
14
 
15
  examples = ["black_bear.jpg", "teddy_bear.jpg"]
16
  #interface =
17
+ gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label()).launch()