Omnibus commited on
Commit
638a4e8
·
1 Parent(s): 26a9456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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