Spaces:
Sleeping
Sleeping
Commit
·
d85a29c
1
Parent(s):
4b85294
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,10 @@ title = """
|
|
| 101 |
[<a href="https://sinaahmadi.github.io/docs/slides/ahmadi2023acl_slides.pdf" style="color:blue;">Slides</a>]
|
| 102 |
[<a href="https://github.com/sinaahmadi/ScriptNormalization" style="color:blue;">GitHub</a>]
|
| 103 |
[<a href="https://s3.amazonaws.com/pf-user-files-01/u-59356/uploads/2023-06-04/rw32pwp/ACL2023.mp4" style="color:blue;">Presentation</a>]
|
| 104 |
-
</h3>
|
|
|
|
|
|
|
|
|
|
| 105 |
"""
|
| 106 |
|
| 107 |
description = """
|
|
@@ -154,7 +157,8 @@ demo = gr.Interface(
|
|
| 154 |
],
|
| 155 |
outputs=gr.outputs.Textbox(label="Normalized Text \U0001F642"),
|
| 156 |
examples=examples,
|
| 157 |
-
article=article
|
|
|
|
| 158 |
)
|
| 159 |
|
| 160 |
demo.launch()
|
|
|
|
| 101 |
[<a href="https://sinaahmadi.github.io/docs/slides/ahmadi2023acl_slides.pdf" style="color:blue;">Slides</a>]
|
| 102 |
[<a href="https://github.com/sinaahmadi/ScriptNormalization" style="color:blue;">GitHub</a>]
|
| 103 |
[<a href="https://s3.amazonaws.com/pf-user-files-01/u-59356/uploads/2023-06-04/rw32pwp/ACL2023.mp4" style="color:blue;">Presentation</a>]
|
| 104 |
+
</h3>
|
| 105 |
+
<div style="text-align: center">
|
| 106 |
+
<img src="./header_image.jpg" alt="Perso-Arabic scripts used by the target languages in our paper">
|
| 107 |
+
</div>
|
| 108 |
"""
|
| 109 |
|
| 110 |
description = """
|
|
|
|
| 157 |
],
|
| 158 |
outputs=gr.outputs.Textbox(label="Normalized Text \U0001F642"),
|
| 159 |
examples=examples,
|
| 160 |
+
article=article,
|
| 161 |
+
examples_per_page=20
|
| 162 |
)
|
| 163 |
|
| 164 |
demo.launch()
|