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