Ariamehr commited on
Commit
aeb21e6
1 Parent(s): 1fbd6aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(css=CUSTOM_CSS, theme=gr.themes.Monochrome(radius_size=sizes.radi
192
  with gr.Column():
193
  input_image = gr.Image(label="Input Image", type="pil", format="png")
194
  with gr.Column():
195
- result_image = gr.Image(label="Segmentation Result", format="png")
196
  run_button = gr.Button("Run")
197
 
198
  run_button.click(
 
192
  with gr.Column():
193
  input_image = gr.Image(label="Input Image", type="pil", format="png")
194
  with gr.Column():
195
+ result_image = gr.Image(label="Normal Output", format="png")
196
  run_button = gr.Button("Run")
197
 
198
  run_button.click(