jiawenchim commited on
Commit
4567574
1 Parent(s): 895b503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -78,7 +78,6 @@ detection_model = load_model()
78
  # predicted_img = predict(image_arr)
79
  # predicted_img.save('predicted.jpg')
80
 
81
-
82
  gr.Interface(fn=predict,
83
  inputs=gr.Image(type="pil"),
84
  outputs=gr.Image(type="pil")
 
78
  # predicted_img = predict(image_arr)
79
  # predicted_img.save('predicted.jpg')
80
 
 
81
  gr.Interface(fn=predict,
82
  inputs=gr.Image(type="pil"),
83
  outputs=gr.Image(type="pil")