mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove additional newline from the textwrap.dedent string
Signed-off-by: devops117 <55235206+devops117@users.noreply.github.com>
This commit is contained in:
parent
a095214e52
commit
c15b839dd4
@ -334,7 +334,7 @@ class ModelCache(object):
|
||||
'''
|
||||
Returns the preamble for the config file.
|
||||
'''
|
||||
return textwrap.dedent('''
|
||||
return textwrap.dedent('''\
|
||||
# This file describes the alternative machine learning models
|
||||
# available to InvokeAI script.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user