Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,6 +36,5 @@ poetry = gr.Interface(fn=sayPoetry,
|
|
| 36 |
title='Arabic Poetry Generation Demo (updated Jan. 2023)',
|
| 37 |
description = "a simple demo of AI generated poetry based on 1M poems fine-tuned using AraGPT2 (be patient, runs on cpu)",
|
| 38 |
examples=samples,
|
| 39 |
-
article = notes
|
| 40 |
-
theme = 'darkhuggingface')
|
| 41 |
poetry.launch()
|
|
|
|
| 36 |
title='Arabic Poetry Generation Demo (updated Jan. 2023)',
|
| 37 |
description = "a simple demo of AI generated poetry based on 1M poems fine-tuned using AraGPT2 (be patient, runs on cpu)",
|
| 38 |
examples=samples,
|
| 39 |
+
article = notes)
|
|
|
|
| 40 |
poetry.launch()
|