Yah216 commited on
Commit
a803651
·
1 Parent(s): 28d29a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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("huggingface/zenkri/autotrain- Arabic_Poetry_by_Subject-920730230",
 
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
  )