Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,8 @@ def get_shape_files(image):
|
|
78 |
|
79 |
my_app = gr.Blocks()
|
80 |
with my_app:
|
81 |
-
gr.Markdown("Segmenting Satellite Image")
|
|
|
82 |
with gr.TabItem("Get Shapefiles"):
|
83 |
with gr.Row():
|
84 |
with gr.Column():
|
|
|
78 |
|
79 |
my_app = gr.Blocks()
|
80 |
with my_app:
|
81 |
+
gr.Markdown("<center><h1>Segmenting Satellite Image</h1></center>")
|
82 |
+
gr.Markdown("<center><h3>Processing time depends on the file size and since the instance is running on CPU it takes longer time.</h></center>")
|
83 |
with gr.TabItem("Get Shapefiles"):
|
84 |
with gr.Row():
|
85 |
with gr.Column():
|