Spaces:
Running
on
Zero
Running
on
Zero
Upload feifeiflorence.py
Browse files
feifeilib/feifeiflorence.py
CHANGED
@@ -57,5 +57,5 @@ def feifeiflorence(
|
|
57 |
image_size=(image.width, image.height))
|
58 |
out_text=parsed_answer["<MORE_DETAILED_CAPTION>"]
|
59 |
width, height = image.size
|
60 |
-
out_img
|
61 |
-
return out_text,f"width={width} height={height}
|
|
|
57 |
image_size=(image.width, image.height))
|
58 |
out_text=parsed_answer["<MORE_DETAILED_CAPTION>"]
|
59 |
width, height = image.size
|
60 |
+
out_img = feifeitexttoimg(out_text,width=width,height=height)
|
61 |
+
return out_text,f"width={width} height={height}",out_img
|