Spaces:
Runtime error
Runtime error
ankankbhunia
commited on
Commit
β’
844323f
1
Parent(s):
18be210
Update app.py
Browse files
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'
|