Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ interface1 = gr.Interface.load("huggingface/Yah216/Arabic_poem_meter_3",
|
|
13 |
interface2 = gr.Interface.load("huggingface/Yah216/Poem_Qafiyah_Detection",
|
14 |
description="Qafiyah / Rawiy detector",
|
15 |
examples=examples
|
|
|
16 |
interface3 = gr.Interface.load("huggingface/zenkri/autotrain- Arabic_Poetry_by_Subject-920730230",
|
17 |
description="Subject detector",
|
18 |
examples=examples
|
|
|
13 |
interface2 = gr.Interface.load("huggingface/Yah216/Poem_Qafiyah_Detection",
|
14 |
description="Qafiyah / Rawiy detector",
|
15 |
examples=examples
|
16 |
+
)
|
17 |
interface3 = gr.Interface.load("huggingface/zenkri/autotrain- Arabic_Poetry_by_Subject-920730230",
|
18 |
description="Subject detector",
|
19 |
examples=examples
|