Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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 |
],
|