Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aifeifei798/Image-To-Flux-Prompt
Umairbdxn
/
Image-To-Prompt
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aifeifei798
commited on
Dec 5, 2024
Commit
659a7c4
·
verified
·
1 Parent(s):
1cbfea1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -37,6 +37,7 @@ def feifeichat(image):
37
"image_url": f"data:image/jpeg;base64,{base64_image}"
38
},
39
],
40
}]
41
42
37
"image_url": f"data:image/jpeg;base64,{base64_image}"
38
},
39
],
40
+
"stream": False,
41
}]
42
43