Yah216 commited on
Commit
c15e338
1 Parent(s): 3b1c99b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -17,12 +17,12 @@ interface2 = gr.Interface.load("huggingface/Yah216/Poem_Qafiyah_Detection",
17
 
18
  )
19
  interface3 = gr.Interface.load(
20
- "huggingface/zenkri/autotrain-Arabic_Poetry_by_Subject-920730230",
21
- description="Subject detector",
22
- examples=examples
23
 
24
  )
25
 
26
- Parallel(interface1, interface2, interface3).launch()
27
 
28
 
 
17
 
18
  )
19
  interface3 = gr.Interface.load(
20
+ "huggingface/zenkri/autotrain-Arabic_Poetry_by_Subject-920730230",
21
+ description="Subject detector",
22
+ examples=examples
23
 
24
  )
25
 
26
+ Parallel(interface1, interface2, interface3, examples = examples).launch()
27
 
28