LogicGoInfotechSpaces commited on
Commit
2f38f7e
·
1 Parent(s): 2358803

Fix Gradio compatibility: remove show_copy_button parameter

Browse files
Files changed (1) hide show
  1. app/main_sdxl.py +1 -1
app/main_sdxl.py CHANGED
@@ -934,7 +934,7 @@ iface = gr.Interface(
934
  ],
935
  outputs=[
936
  gr.Image(type="pil", label="Colorized Image"),
937
- gr.Textbox(label="Caption", show_copy_button=True)
938
  ],
939
  title=title,
940
  description=description,
 
934
  ],
935
  outputs=[
936
  gr.Image(type="pil", label="Colorized Image"),
937
+ gr.Textbox(label="Caption")
938
  ],
939
  title=title,
940
  description=description,