baudm commited on
Commit
dcc140e
1 Parent(s): adc12b1

Better formatting

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