prithivMLmods commited on
Commit
c59a63a
·
verified ·
1 Parent(s): dff2029

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -291,8 +291,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
291
  with gr.Column(scale=2):
292
  qwen_img_output = gr.Image(label="Output Image")
293
  qwen_text_output = gr.Textbox(
294
- label="Text Output", lines=10, interactive=False, show_copy_button=True
295
- )
296
 
297
  gr.Examples(
298
  examples=[
 
291
  with gr.Column(scale=2):
292
  qwen_img_output = gr.Image(label="Output Image")
293
  qwen_text_output = gr.Textbox(
294
+ label="Text Output", lines=10, interactive=False)
 
295
 
296
  gr.Examples(
297
  examples=[