Spaces:
Sleeping
Sleeping
SinaAhmadi
commited on
Commit
•
0b6e630
1
Parent(s):
0379612
Update app.py
Browse files
app.py
CHANGED
@@ -95,6 +95,9 @@ def normalize(text, language_script):
|
|
95 |
return hypotheses[0]
|
96 |
|
97 |
title = """
|
|
|
|
|
|
|
98 |
<center><strong><font size='8'>Script Normalization for Unconventional Writing<font></strong></center>
|
99 |
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
100 |
[<a href="https://sinaahmadi.github.io/docs/articles/ahmadi2023acl.pdf" style="color:blue;">Paper (ACL 2023)</a>]
|
@@ -102,9 +105,6 @@ title = """
|
|
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 align="center">
|
106 |
-
<img src="https://raw.githubusercontent.com/sinaahmadi/ScriptNormalization/b80b8fd9e3b77d0e58443ebd506c42173486f9a6/Perso-Arabic_scripts.jpg" alt="Perso-Arabic scripts used by the target languages in our paper" width="300">
|
107 |
-
</div>
|
108 |
"""
|
109 |
|
110 |
description = """
|
|
|
95 |
return hypotheses[0]
|
96 |
|
97 |
title = """
|
98 |
+
<div align="center">
|
99 |
+
<img src="https://raw.githubusercontent.com/sinaahmadi/ScriptNormalization/b80b8fd9e3b77d0e58443ebd506c42173486f9a6/Perso-Arabic_scripts.jpg" alt="Perso-Arabic scripts used by the target languages in our paper" width="400">
|
100 |
+
</div>
|
101 |
<center><strong><font size='8'>Script Normalization for Unconventional Writing<font></strong></center>
|
102 |
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
103 |
[<a href="https://sinaahmadi.github.io/docs/articles/ahmadi2023acl.pdf" style="color:blue;">Paper (ACL 2023)</a>]
|
|
|
105 |
[<a href="https://github.com/sinaahmadi/ScriptNormalization" style="color:blue;">GitHub</a>]
|
106 |
[<a href="https://s3.amazonaws.com/pf-user-files-01/u-59356/uploads/2023-06-04/rw32pwp/ACL2023.mp4" style="color:blue;">Presentation</a>]
|
107 |
</h3>
|
|
|
|
|
|
|
108 |
"""
|
109 |
|
110 |
description = """
|