Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -443,8 +443,18 @@ with gr.Blocks(title="Abinet Amharic Poetry Classifier", theme=gr.themes.Soft())
|
|
| 443 |
output_plot = gr.Plot(label="Theme Probabilities", show_label=False)
|
| 444 |
|
| 445 |
# Footer
|
| 446 |
-
gr.Markdown("
|
| 447 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 448 |
|
| 449 |
# Event handlers
|
| 450 |
classify_btn.click(
|
|
|
|
| 443 |
output_plot = gr.Plot(label="Theme Probabilities", show_label=False)
|
| 444 |
|
| 445 |
# Footer
|
| 446 |
+
gr.Markdown( """
|
| 447 |
+
---
|
| 448 |
+
<div style="text-align: center; font-size: 13px; color: #5d6d7e;">
|
| 449 |
+
<strong>Model:</strong> <a href="https://huggingface.co/abinet2018/Amharic-poetry-joint-theme-classifier" target="_blank">View on Hugging Face</a>
|
| 450 |
+
<br>
|
| 451 |
+
<strong>Citation:</strong> Desta, AB, et al. (2026).
|
| 452 |
+
<em>Transformer-Based Joint Thematic Classification for Amharic Poetry.</em>
|
| 453 |
+
Under Review.
|
| 454 |
+
<br>
|
| 455 |
+
📧 Contact: abinetbizuayehu1@gmail.com / Abinet.Bizuayehu@uog.edu.et | 🏫 University of Gondar, Ethiopia
|
| 456 |
+
</div>
|
| 457 |
+
""" )
|
| 458 |
|
| 459 |
# Event handlers
|
| 460 |
classify_btn.click(
|