Ahmedcc commited on
Commit
87a9d70
·
verified ·
1 Parent(s): 00742a4

Update app.py

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