vishnu23 commited on
Commit
25fafa3
·
1 Parent(s): c31846b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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():