Spaces:
Runtime error
Runtime error
Commit
·
62bcaf3
1
Parent(s):
0bc5dd5
Update main.py
Browse files
main.py
CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
101 |
with gr.Row():
|
102 |
run_btn = gr.Button("Generate", variant="primary")
|
103 |
with gr.Column():
|
104 |
-
result_image = gr.Gallery(label="Result Image(s)")
|
105 |
|
106 |
gr.Examples(
|
107 |
examples=[
|
|
|
101 |
with gr.Row():
|
102 |
run_btn = gr.Button("Generate", variant="primary")
|
103 |
with gr.Column():
|
104 |
+
result_image = gr.Gallery(label="Result Image(s)", show_download_button=False, show_share_button=True)
|
105 |
|
106 |
gr.Examples(
|
107 |
examples=[
|