mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-17 20:30:36 +08:00
Release v0.1.6
This commit is contained in:
@@ -67,7 +67,7 @@ def create_web_demo() -> gr.Blocks:
|
||||
|
||||
demo.load(manager.gen_label, [lang], [lang] + list(chat_elems.values()))
|
||||
|
||||
lang.change(manager.gen_label, [lang], [lang] + list(chat_elems.values()))
|
||||
lang.change(manager.gen_label, [lang], [lang] + list(chat_elems.values()), queue=False)
|
||||
|
||||
return demo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user