Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ from io import BytesIO
|
|
| 5 |
import numpy as np
|
| 6 |
import base64
|
| 7 |
import cv2
|
|
|
|
| 8 |
canvas_html = '<div style="height:50%"><pose-maker/></div>'
|
| 9 |
low_threshold = 100
|
| 10 |
high_threshold = 200
|
|
|
|
| 5 |
import numpy as np
|
| 6 |
import base64
|
| 7 |
import cv2
|
| 8 |
+
import os
|
| 9 |
canvas_html = '<div style="height:50%"><pose-maker/></div>'
|
| 10 |
low_threshold = 100
|
| 11 |
high_threshold = 200
|