Spaces:
Running
Running
Update app.py
Browse files
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
|