Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ qafiyah = gr.Interface.load("huggingface/Yah216/Poem_Qafiyah_Detection",
|
|
25 |
)
|
26 |
subject = gr.Interface.load(
|
27 |
"huggingface/zenkri/autotrain-Arabic_Poetry_by_Subject-920730230",
|
28 |
-
title="التعرف على الموضوع",
|
29 |
examples=examples,
|
30 |
description="أدخل البيت المرغوب في التعرف عليه",
|
31 |
inputs = gr.inputs.Textbox(lines = 3, label = "البيت")
|
|
|
25 |
)
|
26 |
subject = gr.Interface.load(
|
27 |
"huggingface/zenkri/autotrain-Arabic_Poetry_by_Subject-920730230",
|
28 |
+
title="التعرف على الموضوع",
|
29 |
examples=examples,
|
30 |
description="أدخل البيت المرغوب في التعرف عليه",
|
31 |
inputs = gr.inputs.Textbox(lines = 3, label = "البيت")
|