crazyai-kby
commited on
Commit
·
817e8a9
1
Parent(s):
93a5bb0
Debug
Browse files
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 |
-
|
| 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)
|