fradinho commited on
Commit
14d7256
·
1 Parent(s): 0d19afe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -189,6 +189,7 @@ with my_app:
189
  with gr.Column():
190
  img_source = gr.Image(label="Please select source Image")
191
  source_image_loader = gr.Button("Load above Image")
 
192
  with gr.Column():
193
  output_label = gr.Label(label="Predicted Masked Image")
194
  img_output = gr.Image(label="Image Output")
 
189
  with gr.Column():
190
  img_source = gr.Image(label="Please select source Image")
191
  source_image_loader = gr.Button("Load above Image")
192
+ img1 = gr.Image("__results___83_0 (2).png")
193
  with gr.Column():
194
  output_label = gr.Label(label="Predicted Masked Image")
195
  img_output = gr.Image(label="Image Output")