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