mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 20:19:51 +01:00
fix
This commit is contained in:
@@ -368,4 +368,4 @@ class TemplateLoader:
|
||||
response = requests.get(url)
|
||||
response.raise_for_status()
|
||||
content = response.content
|
||||
return content
|
||||
return content.decode('utf-8')
|
||||
|
||||
Reference in New Issue
Block a user