Update app.py
Browse files
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")
|