ChavinloSocialRise commited on
Commit
71e7e13
·
verified ·
1 Parent(s): 6f72d53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -18,6 +18,8 @@ def convert(input_img, quality=85):
18
 
19
  def send_req(input_img: PIL.Image.Image):
20
 
 
 
21
  req = {
22
  "input": {
23
  "image": convert(input_img),
 
18
 
19
  def send_req(input_img: PIL.Image.Image):
20
 
21
+ print("type: ", type(input_img))
22
+
23
  req = {
24
  "input": {
25
  "image": convert(input_img),