stupid coding, not using a const string, i mistyped, of course.

pull/78/head
GeorgLegato 2023-05-01 18:20:50 +02:00
parent 6380e1ab0d
commit fdb8eba2fa
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def putPrompts(files):
return [ return [
gr.Textbox.update(data["prePrompt"]), gr.Textbox.update(data["prePrompt"]),
gr.DataFrame.update(data["prompts"]), gr.DataFrame.update(data["prompts"]),
gr.Textbox.update(data["postPromt"]), gr.Textbox.update(data["postPrompt"]),
gr.Textbox.update(data["negPrompt"]) gr.Textbox.update(data["negPrompt"])
] ]