Spaces:
Running
Running
Add clarification about handwritten text datasets
Browse files
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():
|