greendra commited on
Commit
7b2dfd2
·
verified ·
1 Parent(s): 96200b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +320,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
320
 
321
  # --- Output Components ---
322
  with gr.Row():
323
- image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
324
  with gr.Row():
325
  # HTML component to display status messages or the download link
326
  download_link_display = gr.HTML(elem_id="download-link-container")
 
320
 
321
  # --- Output Components ---
322
  with gr.Row():
323
+ image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery", show_label=False, show_download_button=False, show_share_button=False, show_fullscreen_button=False)
324
  with gr.Row():
325
  # HTML component to display status messages or the download link
326
  download_link_display = gr.HTML(elem_id="download-link-container")