Spaces:
Runtime error
Runtime error
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 filesCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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(
|