Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,19 +56,14 @@ iface = gr.Interface(
|
|
56 |
title="Tunisian Arabiz & Arabic Sentiment Analysis",
|
57 |
description=
|
58 |
"""
|
59 |
-
<center>
|
60 |
-
<img src="https://cdn-lfs-us-1.huggingface.co/repos/7c/fb/7cfb55108bd04dd20d9343b97a668fea6932ef8d664c56279d02942614df208f/7fedd5861eea3ffc96a175c0d28683b1e7f625593eda66559611c2bc43166f0a?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27cover.png%3B+filename%3D%22cover.png%22%3B&response-content-type=image%2Fpng&Expires=1721412101&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyMTQxMjEwMX19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmh1Z2dpbmdmYWNlLmNvL3JlcG9zLzdjL2ZiLzdjZmI1NTEwOGJkMDRkZDIwZDkzNDNiOTdhNjY4ZmVhNjkzMmVmOGQ2NjRjNTYyNzlkMDI5NDI2MTRkZjIwOGYvN2ZlZGQ1ODYxZWVhM2ZmYzk2YTE3NWMwZDI4NjgzYjFlN2Y2MjU1OTNlZGE2NjU1OTYxMWMyYmM0MzE2NmYwYT9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSomcmVzcG9uc2UtY29udGVudC10eXBlPSoifV19&Signature=W85QkAD12hqPP7f12JxxtEKYwdP%7E-qYhUgNbp%7ELbx6lUc4Zy9%7E5obKaWt%7EqZB138AQBtnCW8SpTiUK5YccRIhifzC4FiSr1muBXdiTBUrdYVnppWUH0aMc1-7qIzLy45yj1FPjXrFEYtkYTqBswllmy7r8ItY9N-%7E9mlxIydwd6E98Jqz%7EiUdvRRDmxnxI-tag2DB-4xydavJUTEVxgdDBNx8TtsvkdF7AL%7EA3h%7EDfC8XWeJIQm05bXuSK0pLnJYkxUPzg6Piax0AiB9mi9oqB1Dl%7EIf-Y2sS610ilLW4Mgv5F%7E6Vr66EuiND3dAOpGAlCDk0l-NKlAEhTA6ru5iEg__&Key-Pair-Id=K24J24Z295AEI9" alt="Cover picture" style="width:600px;"/>
|
61 |
-
</center>
|
62 |
<p>This model predicts the sentiment of Tunisian text as either Positive or Negative. It works with both Tunisian Arabiz and standard Arabic script.</p>
|
63 |
-
|
64 |
-
<p>هذا النموذج يتوقع مشاعر النص التونسي إما إيجابية أو سلبية. يعمل مع كل من الكتابة العربيزية التونسية والنص العربي القياسي.</p>
|
65 |
-
|
66 |
<h4>What is Tunisian Arabiz? / ما هي العربيزية التونسية؟</h4>
|
67 |
<p>Tunisian Arabiz is a way of writing the Tunisian dialect using Latin characters and numbers. For example:</p>
|
68 |
<ul>
|
69 |
-
<li>"3ajbetni" means "I liked it"
|
70 |
-
<li>"7aja" means "thing"
|
71 |
-
<li>"a3tini 9ahwa" means "give me a coffee"
|
72 |
</ul>
|
73 |
|
74 |
<p>Try the examples below or enter your own text!</p>
|
|
|
56 |
title="Tunisian Arabiz & Arabic Sentiment Analysis",
|
57 |
description=
|
58 |
"""
|
|
|
|
|
|
|
59 |
<p>This model predicts the sentiment of Tunisian text as either Positive or Negative. It works with both Tunisian Arabiz and standard Arabic script.</p>
|
60 |
+
|
|
|
|
|
61 |
<h4>What is Tunisian Arabiz? / ما هي العربيزية التونسية؟</h4>
|
62 |
<p>Tunisian Arabiz is a way of writing the Tunisian dialect using Latin characters and numbers. For example:</p>
|
63 |
<ul>
|
64 |
+
<li>"3ajbetni" means "I liked it""</li>
|
65 |
+
<li>"7aja" means "thing" "</li>
|
66 |
+
<li>"a3tini 9ahwa" means "give me a coffee""</li>
|
67 |
</ul>
|
68 |
|
69 |
<p>Try the examples below or enter your own text!</p>
|