Spaces:
Runtime error
Runtime error
Update segment.py
Browse files- segment.py +0 -1
segment.py
CHANGED
|
@@ -11,7 +11,6 @@ import numpy as np
|
|
| 11 |
import argparse
|
| 12 |
import matplotlib
|
| 13 |
import gradio as gr
|
| 14 |
-
import cv2
|
| 15 |
|
| 16 |
def load_image(image_path, left=0, right=0, top=0, bottom=0, size = 512):
|
| 17 |
if type(image_path) is str:
|
|
|
|
| 11 |
import argparse
|
| 12 |
import matplotlib
|
| 13 |
import gradio as gr
|
|
|
|
| 14 |
|
| 15 |
def load_image(image_path, left=0, right=0, top=0, bottom=0, size = 512):
|
| 16 |
if type(image_path) is str:
|