baudm commited on
Commit
3360f21
·
1 Parent(s): 3a8dc39

Add clarification about handwritten text datasets

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -73,6 +73,8 @@ def main():
73
  1. Select which model you want to use.
74
  2. Upload your own image, choose from the examples below, or draw on the canvas.
75
  3. Click **Read Image** or **Read Drawing**.
 
 
76
  """)
77
  model_name = gr.Radio(app.models, value=app.models[0], label='The STR model to use')
78
  with gr.Row():
 
73
  1. Select which model you want to use.
74
  2. Upload your own image, choose from the examples below, or draw on the canvas.
75
  3. Click **Read Image** or **Read Drawing**.
76
+
77
+ *NOTE*: None of these models were trained on handwritten text datasets.
78
  """)
79
  model_name = gr.Radio(app.models, value=app.models[0], label='The STR model to use')
80
  with gr.Row():