multimodalart HF staff commited on
Commit
349bd9e
1 Parent(s): fb81033

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -485,7 +485,7 @@ with gr.Blocks(css=css, delete_cache=(60, 3600)) as app:
485
  with gr.Column(scale=8):
486
  with gr.Row():
487
  with gr.Column(scale=0, min_width=50):
488
- lora_image_1 = gr.Image(label="LoRA 1 Image", interactive=False, min_width=50, width=50, show_label=False, show_share_button=False, show_download_button=False, show_fullscreen_button=False, height=50, show_share_button=False)
489
  with gr.Column(scale=3, min_width=100):
490
  selected_info_1 = gr.Markdown("Select a LoRA 1")
491
  with gr.Column(scale=5, min_width=50):
@@ -495,7 +495,7 @@ with gr.Blocks(css=css, delete_cache=(60, 3600)) as app:
495
  with gr.Column(scale=8):
496
  with gr.Row():
497
  with gr.Column(scale=0, min_width=50):
498
- lora_image_2 = gr.Image(label="LoRA 2 Image", interactive=False, min_width=50, width=50, show_label=False, show_share_button=False, show_download_button=False, show_fullscreen_button=False, height=50, show_share_button=False)
499
  with gr.Column(scale=3, min_width=100):
500
  selected_info_2 = gr.Markdown("Select a LoRA 2")
501
  with gr.Column(scale=5, min_width=50):
 
485
  with gr.Column(scale=8):
486
  with gr.Row():
487
  with gr.Column(scale=0, min_width=50):
488
+ lora_image_1 = gr.Image(label="LoRA 1 Image", interactive=False, min_width=50, width=50, show_label=False, show_share_button=False, show_download_button=False, show_fullscreen_button=False, height=50)
489
  with gr.Column(scale=3, min_width=100):
490
  selected_info_1 = gr.Markdown("Select a LoRA 1")
491
  with gr.Column(scale=5, min_width=50):
 
495
  with gr.Column(scale=8):
496
  with gr.Row():
497
  with gr.Column(scale=0, min_width=50):
498
+ lora_image_2 = gr.Image(label="LoRA 2 Image", interactive=False, min_width=50, width=50, show_label=False, show_share_button=False, show_download_button=False, show_fullscreen_button=False, height=50)
499
  with gr.Column(scale=3, min_width=100):
500
  selected_info_2 = gr.Markdown("Select a LoRA 2")
501
  with gr.Column(scale=5, min_width=50):