cog
71ad986a
- Handle badly formatted data URIs in cog predict (#2409)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
321 days ago
Handle badly formatted data URIs in cog predict (#2409) * Currently cog returns data:None;base64 * The data URI parser does not recognise None, and requires data:;base64 * Handle receiving these URIs by removing the None format specified
References
#2409 - Handle badly formatted data URIs in cog predict
Author
8W9aG
Parents
e7b086ce
Loading