ankankbhunia commited on
Commit
844323f
β€’
1 Parent(s): 18be210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ wellcomingMessage = """
25
  <h1>πŸ’₯ Handwriting Synthesis - Generate text in anyone's handwriting πŸ’₯ </h1>
26
  <p>πŸš€ This app is a demo for the ICCV'21 paper "Handwriting Transformer". Visit our github paper for more information - <a href="https://github.com/ankanbhunia/Handwriting-Transformers" target="_blank">https://github.com/ankanbhunia/Handwriting-Transformers</a></p>
27
  <p>πŸš€ You can either choose from an existing style gallery or upload your own handwriting. If you choose to upload, please ensure that you provide a sufficient number of (~15) cropped handwritten word images for the model to work effectively. The demo is made available for research purposes, and any other use is not intended.</p>
 
28
  """
29
 
30
  model_path = 'files/iam_model.pth'
 
25
  <h1>πŸ’₯ Handwriting Synthesis - Generate text in anyone's handwriting πŸ’₯ </h1>
26
  <p>πŸš€ This app is a demo for the ICCV'21 paper "Handwriting Transformer". Visit our github paper for more information - <a href="https://github.com/ankanbhunia/Handwriting-Transformers" target="_blank">https://github.com/ankanbhunia/Handwriting-Transformers</a></p>
27
  <p>πŸš€ You can either choose from an existing style gallery or upload your own handwriting. If you choose to upload, please ensure that you provide a sufficient number of (~15) cropped handwritten word images for the model to work effectively. The demo is made available for research purposes, and any other use is not intended.</p>
28
+ <p>πŸš€ Some examples of cropped handwritten word images can be found <a href="https://huggingface.co/spaces/ankankbhunia/HWT/tree/main/files/example_data/style-1" target="_blank">here</a>.
29
  """
30
 
31
  model_path = 'files/iam_model.pth'