fradinho commited on
Commit
660bf3d
·
1 Parent(s): bb94edf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -246,8 +246,8 @@ with my_app:
246
  output_label = gr.Label(label="Predicted Masked Image")
247
  img_output = gr.Image(label="Image Output")
248
  source_image_loader.click(
249
- #predict_2,
250
- predict_patches,
251
  [
252
  img_source
253
  ],
 
246
  output_label = gr.Label(label="Predicted Masked Image")
247
  img_output = gr.Image(label="Image Output")
248
  source_image_loader.click(
249
+ predict_2,
250
+ #predict_patches,
251
  [
252
  img_source
253
  ],