Abijith commited on
Commit
2aab4d2
1 Parent(s): ceb376b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def reset_data():
125
  cache_data = None
126
 
127
  with gr.Blocks() as demo:
128
- gr.Markdown("# Demo to run Vehicle damage detection")
129
  gr.Markdown("""This app uses the SAM model and clipseg model to get a vehicle damage area from image.""")
130
  with gr.Row():
131
  image_input = gr.Image()
 
125
  cache_data = None
126
 
127
  with gr.Blocks() as demo:
128
+ gr.Markdown("# Vehicle damage detection")
129
  gr.Markdown("""This app uses the SAM model and clipseg model to get a vehicle damage area from image.""")
130
  with gr.Row():
131
  image_input = gr.Image()