Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def get_seg(image, object):
|
|
| 45 |
seg_box.append(seg_out)
|
| 46 |
|
| 47 |
return(seg_box,gr.Dropdown.update(choices = pred_object_list, interactive = True))
|
| 48 |
-
|
| 49 |
|
| 50 |
|
| 51 |
|
|
|
|
| 45 |
seg_box.append(seg_out)
|
| 46 |
|
| 47 |
return(seg_box,gr.Dropdown.update(choices = pred_object_list, interactive = True))
|
| 48 |
+
|
| 49 |
|
| 50 |
|
| 51 |
|