ombui commited on
Commit
1e41ef2
·
1 Parent(s): de70d03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -40,10 +40,11 @@ def process_input_image(image_source):
40
 
41
  my_app = gr.Blocks()
42
 
 
43
  with my_app:
44
  gr.Markdown("Statellite Image Segmentation Application UI with Gradio")
45
  with gr.Tabs():
46
- with gr.TabItem("Select your image"):
47
  with gr.Row():
48
  with gr.Column():
49
  img_source = gr.Image(label="Please select source Image", shape=(256, 256))
 
40
 
41
  my_app = gr.Blocks()
42
 
43
+
44
  with my_app:
45
  gr.Markdown("Statellite Image Segmentation Application UI with Gradio")
46
  with gr.Tabs():
47
+ with gr.TabItem ("Select your image"):
48
  with gr.Row():
49
  with gr.Column():
50
  img_source = gr.Image(label="Please select source Image", shape=(256, 256))