fix: deprecation of style method on textbox

pull/6/head
Nochnoe 2024-02-20 15:52:51 +07:00
parent cc84260da1
commit 05ce4e8a09
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class Script(scripts.Script):
label="Categories"
)
result = gr.Textbox(value="", label="Result", lines=5, interactive=False).style(show_copy_button=True)
result = gr.Textbox(value="", label="Result", lines=5, interactive=False, show_copy_button=True)
with gr.Row():
with gr.Column():