Open
Description
I'm not exactly sure where to file this bug, but I am getting encoding issues from Replicate text deliverables.
I am using this repo and this model which are built file.
The Markdown deliverables render correctly in Playground. However, browsing to the URL gives weird encoding errors like: '’' instead of apostrophe. ('This can happen if the server doesn't specify the correct Content-Type with a charset in the HTTP headers, leading the browser to default to a different encoding (like ISO-8859-1 or Windows-1252).')
If I force UTF-8 encoding in Python, that works fine. Nonetheless, it would be great if the server were actually specifying the correct encoding.