Spaces:
Running
Running
ankankbhunia
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ import shutil
|
|
21 |
|
22 |
wellcomingMessage = """
|
23 |
<h1>π₯ Handwriting Synthesis - Generate text in anyone's handwriting π₯ </h1>
|
24 |
-
<p>π This app is a demo
|
25 |
<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>
|
26 |
"""
|
27 |
|
|
|
21 |
|
22 |
wellcomingMessage = """
|
23 |
<h1>π₯ Handwriting Synthesis - Generate text in anyone's handwriting π₯ </h1>
|
24 |
+
<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>
|
25 |
<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>
|
26 |
"""
|
27 |
|