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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -78,6 +78,7 @@ detection_model = load_model()
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")
 
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")