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
213bd95
·
verified
·
1 Parent(s):
b1f16e2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,7 +44,7 @@ def feifeichat(image):
44
},
45
{
46
"type": "image_url",
47
-
"image_url":
f"data:
image
/jpeg;base64
,
{base64_image}",
48
},
49
],
50
}]
44
},
45
{
46
"type": "image_url",
47
+
"image_url": image,
48
},
49
],
50
}]