stupid coding, not using a const string, i mistyped, of course.
parent
6380e1ab0d
commit
fdb8eba2fa
|
|
@ -102,7 +102,7 @@ def putPrompts(files):
|
|||
return [
|
||||
gr.Textbox.update(data["prePrompt"]),
|
||||
gr.DataFrame.update(data["prompts"]),
|
||||
gr.Textbox.update(data["postPromt"]),
|
||||
gr.Textbox.update(data["postPrompt"]),
|
||||
gr.Textbox.update(data["negPrompt"])
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue