multimodalart HF staff commited on
Commit
bb923fe
1 Parent(s): a24aec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -545,6 +545,8 @@ To improve the quality of your outputs, you can add a custom caption for each im
545
  interactive=False,
546
  scale=2,
547
  show_label=False,
 
 
548
  )
549
  locals()[f"caption_{i}"] = gr.Textbox(
550
  label=f"Caption {i}", scale=15
 
545
  interactive=False,
546
  scale=2,
547
  show_label=False,
548
+ show_share_button=False,
549
+ show_download_button=False
550
  )
551
  locals()[f"caption_{i}"] = gr.Textbox(
552
  label=f"Caption {i}", scale=15