knshnf commited on
Commit
7e01345
1 Parent(s): 886f58d

Hide share button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ with gr.Blocks() as interface:
13
  with gr.Row(equal_height=True):
14
  source_image = gr.Image(type="numpy", label="Source Image", sources=['upload'], interactive=True)
15
  target_image = gr.Image(type="numpy", label="Target Image", sources=['upload'], interactive=True)
16
- result_image = gr.Image(type="numpy", label="Result", show_download_button=True, interactive=False)
17
 
18
  with gr.Row():
19
  submit_button = gr.Button()
 
13
  with gr.Row(equal_height=True):
14
  source_image = gr.Image(type="numpy", label="Source Image", sources=['upload'], interactive=True)
15
  target_image = gr.Image(type="numpy", label="Target Image", sources=['upload'], interactive=True)
16
+ result_image = gr.Image(type="numpy", label="Result", show_download_button=True, interactive=False, show_share_button=False)
17
 
18
  with gr.Row():
19
  submit_button = gr.Button()