Commit
·
afddaa3
1
Parent(s):
05f5906
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,6 @@ def one_shot(image,input_text,gender):
|
|
39 |
image = Image.open(image_in)
|
40 |
image = pad_image(image)
|
41 |
image.save("/content/image_pre.png")
|
42 |
-
return image
|
43 |
-
exit()
|
44 |
print("Print 2")
|
45 |
return "/content/image_pre.png"
|
46 |
exit()
|
|
|
39 |
image = Image.open(image_in)
|
40 |
image = pad_image(image)
|
41 |
image.save("/content/image_pre.png")
|
|
|
|
|
42 |
print("Print 2")
|
43 |
return "/content/image_pre.png"
|
44 |
exit()
|