crazyai-kby commited on
Commit
817e8a9
1 Parent(s): 93a5bb0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def run(file):
12
  backend_url = os.getenv('BACKEND_URL')
13
  url = f'{backend_url}/raster-to-vector-base64'
14
  out_json = {'json': url}
15
- out_img = in_image
16
 
17
  return out_json
18
  in_image = cv2.imread(file)
 
12
  backend_url = os.getenv('BACKEND_URL')
13
  url = f'{backend_url}/raster-to-vector-base64'
14
  out_json = {'json': url}
15
+
16
 
17
  return out_json
18
  in_image = cv2.imread(file)