jgyegyiri2023
commited on
Commit
•
d3759bf
1
Parent(s):
d4f8e21
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ my_app = gr.Blocks()
|
|
47 |
|
48 |
|
49 |
with my_app:
|
50 |
-
gr.Markdown("Statellite Image Segmentation Application UI with Gradio")
|
51 |
with gr.Tabs():
|
52 |
with gr.TabItem("Select your image"):
|
53 |
with gr.Row():
|
|
|
47 |
|
48 |
|
49 |
with my_app:
|
50 |
+
gr.Markdown("Statellite Image Segmentation Application UI with Gradio, load your satellite image and follow the instructions")
|
51 |
with gr.Tabs():
|
52 |
with gr.TabItem("Select your image"):
|
53 |
with gr.Row():
|