sanjay-subramanya commited on
Commit
d2af1ec
1 Parent(s): 5f30ec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def process_input_image(image_source):
42
  my_app = gr.Blocks()
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():
 
42
  my_app = gr.Blocks()
43
 
44
  with my_app:
45
+ gr.Markdown("Statellite Image Segmentation: Built with Gradio")
46
  with gr.Tabs():
47
  with gr.TabItem("Select your image"):
48
  with gr.Row():