Spaces:
Sleeping
Sleeping
removed dummy echo fn
Browse files
app.py
CHANGED
@@ -118,10 +118,6 @@ def process_images(img_dict):
|
|
118 |
visualization = visualize(image, mask, [x_min, y_min, x_max, y_max])
|
119 |
return visualization
|
120 |
|
121 |
-
def echo(x_min, y_min, x_max, y_max):
|
122 |
-
print(x_min, y_min, x_max, y_max)
|
123 |
-
|
124 |
-
|
125 |
# Set up Gradio interface
|
126 |
iface = gr.Interface(
|
127 |
fn=process_images,
|
|
|
118 |
visualization = visualize(image, mask, [x_min, y_min, x_max, y_max])
|
119 |
return visualization
|
120 |
|
|
|
|
|
|
|
|
|
121 |
# Set up Gradio interface
|
122 |
iface = gr.Interface(
|
123 |
fn=process_images,
|