aifeifei798 commited on
Commit
fbb248b
·
verified ·
1 Parent(s): 03ab9bd

Upload feifeiflorence.py

Browse files
Files changed (1) hide show
  1. feifeilib/feifeiflorence.py +1 -1
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