niulx commited on
Commit
884c413
1 Parent(s): d75d92e

Update segment.py

Browse files
Files changed (1) hide show
  1. 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: