Omnibus commited on
Commit
a6e209b
·
1 Parent(s): a3e4fb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ import gradio as gr
3
  from PIL import Image, ImageFilter
4
  from io import BytesIO
5
  import numpy as np
6
- import base64
 
7
  canvas_html = '<div style="height:50%"><pose-maker/></div>'
8
  low_threshold = 100
9
  high_threshold = 200
 
3
  from PIL import Image, ImageFilter
4
  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