Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ def chat_with_points(chat_input, click_state, state, mask_save_path,image_input)
|
|
| 92 |
)
|
| 93 |
|
| 94 |
|
| 95 |
-
pipe = pipe
|
| 96 |
mask = cv2.imread(mask_save_path)
|
| 97 |
|
| 98 |
image_input = np.array(image_input)
|
|
|
|
| 92 |
)
|
| 93 |
|
| 94 |
|
| 95 |
+
pipe = pipe
|
| 96 |
mask = cv2.imread(mask_save_path)
|
| 97 |
|
| 98 |
image_input = np.array(image_input)
|