ImageStudio Maintainer Claude Opus 4.8 (1M context) commited on
Commit
6efa78a
Β·
1 Parent(s): 005cfba

fix: drop unsupported show_copy_button kwarg on Textbox (Gradio 6)

Browse files

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -746,7 +746,6 @@ with gr.Blocks(fill_height=True) as demo:
746
  vlm_output = gr.Textbox(
747
  label="πŸ€– Answer",
748
  lines=20,
749
- show_copy_button=True,
750
  )
751
 
752
  gr.Markdown(
 
746
  vlm_output = gr.Textbox(
747
  label="πŸ€– Answer",
748
  lines=20,
 
749
  )
750
 
751
  gr.Markdown(