cog
71ad986a - Handle badly formatted data URIs in cog predict (#2409)

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
Author
Parents
Loading