mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-24 12:45:45 +00:00
fix
This commit is contained in:
parent
be498f323f
commit
76e4be3bd5
@ -45,7 +45,7 @@ if __name__ == "__main__":
|
||||
text_button = gr.Button("提交")
|
||||
|
||||
|
||||
text_button.click(generate, input=text_input, output=text_output)
|
||||
text_button.click(generate, inputs=text_input, outputs=text_output)
|
||||
|
||||
demo.queue(concurrency_count=3).launch()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user