Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,6 @@ def draw_boxes(image_path, response):
|
|
75 |
draw.rectangle([x1, y1, x2, y2], outline="red", width=3)
|
76 |
return image
|
77 |
|
78 |
-
def process_input(text=None, file=None, task_history=None):
|
79 |
def process_input(text=None, file=None, task_history=None):
|
80 |
if task_history is None:
|
81 |
task_history = []
|
|
|
75 |
draw.rectangle([x1, y1, x2, y2], outline="red", width=3)
|
76 |
return image
|
77 |
|
|
|
78 |
def process_input(text=None, file=None, task_history=None):
|
79 |
if task_history is None:
|
80 |
task_history = []
|