Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def reset_data():
|
|
125 |
cache_data = None
|
126 |
|
127 |
with gr.Blocks() as demo:
|
128 |
-
gr.Markdown("#
|
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()
|