mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Fix saving settings to settings.yaml
This commit is contained in:
parent
8b83e6f843
commit
511eb6aa94
|
|
@ -48,7 +48,7 @@ def handle_save_settings(state, preset, extensions, show_controls, theme):
|
||||||
return [
|
return [
|
||||||
contents,
|
contents,
|
||||||
"settings.yaml",
|
"settings.yaml",
|
||||||
"./user_data",
|
"user_data/",
|
||||||
gr.update(visible=True)
|
gr.update(visible=True)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue