fix broken prompts from file

This commit is contained in:
AUTOMATIC
2023-05-11 14:49:14 +03:00
parent 9080af56dd
commit d274b8297e
2 changed files with 1 additions and 2 deletions

View File

@@ -103,8 +103,6 @@ def load_prompt_file(file):
return None, "\n".join(lines), gr.update(lines=7)
class Script(scripts.Script):
def title(self):
return "Prompts from file or textbox"