Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -200,7 +200,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 200 |
gr.Markdown(
|
| 201 |
"""
|
| 202 |
Select a model, upload a GPR image, set processing parameters, and the model will predict rebar locations.
|
| 203 |
-
**Note:** This is a prototype implementation. The image slicing is currently based on pixels. For practical applications, slicing should be performed by distance (meters) in the horizontal direction.
|
| 204 |
"""
|
| 205 |
)
|
| 206 |
|
|
|
|
| 200 |
gr.Markdown(
|
| 201 |
"""
|
| 202 |
Select a model, upload a GPR image, set processing parameters, and the model will predict rebar locations.
|
| 203 |
+
**Note:** This is a prototype implementation running on a vCPU. The image slicing is currently based on pixels. For practical applications, slicing should be performed by distance (meters) in the horizontal direction.
|
| 204 |
"""
|
| 205 |
)
|
| 206 |
|