Spaces:
Running
Running
Better formatting
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def main():
|
|
67 |
To use this interactive demo for PARSeq and reproduced models:
|
68 |
1. Select which model you want to use.
|
69 |
2. Upload your own image, choose from the examples below, or draw on the canvas.
|
70 |
-
3. Click
|
71 |
""")
|
72 |
model_name = gr.Radio(app.models, value=app.models[0], label='Select STR model to use')
|
73 |
with gr.Row():
|
|
|
67 |
To use this interactive demo for PARSeq and reproduced models:
|
68 |
1. Select which model you want to use.
|
69 |
2. Upload your own image, choose from the examples below, or draw on the canvas.
|
70 |
+
3. Click **Read Image** or **Read Drawing**.
|
71 |
""")
|
72 |
model_name = gr.Radio(app.models, value=app.models[0], label='Select STR model to use')
|
73 |
with gr.Row():
|