Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aifeifei798/Image-To-Flux-Prompt
Hug0endob
/
Image-To-Flux-Prompt
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aifeifei798
commited on
Dec 5, 2024
Commit
b388521
·
verified
·
1 Parent(s):
39ee130
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,7 +22,7 @@ def feifeichat(image):
22
},
23
{
24
"type": "image_url",
25
-
"image_url": image,
26
},
27
],
28
}]
22
},
23
{
24
"type": "image_url",
25
+
"image_url":
f"data:
image
/jpeg;base64
,
{image}"
26
},
27
],
28
}]