mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
Restructure the repository (#6904)
This commit is contained in:
parent
d4017fbb6d
commit
d9de14d1f7
116 changed files with 254 additions and 261 deletions
|
|
@ -102,7 +102,7 @@ def handle_save_prompt(text):
|
|||
return [
|
||||
text,
|
||||
utils.current_time() + ".txt",
|
||||
"prompts/",
|
||||
"user_data/prompts/",
|
||||
gr.update(visible=True)
|
||||
]
|
||||
|
||||
|
|
@ -110,6 +110,6 @@ def handle_save_prompt(text):
|
|||
def handle_delete_prompt(prompt):
|
||||
return [
|
||||
prompt + ".txt",
|
||||
"prompts/",
|
||||
"user_data/prompts/",
|
||||
gr.update(visible=True)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue