Yah216 commited on
Commit
8db7cf4
1 Parent(s): 70719fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -8,12 +8,12 @@ interface1 = gr.Interface.load("huggingface/Yah216/Arabic_poem_meter_3",
8
  description=description,
9
  examples=examples
10
  )
11
-
12
-
13
- interface1.launch()
14
-
15
  interface2 = gr.Interface.load("Yah216/Poem_Qafiyah_Detection",
16
  description=description,
17
  examples=examples
18
  )
 
 
 
 
19
  interface2.launch()
 
8
  description=description,
9
  examples=examples
10
  )
 
 
 
 
11
  interface2 = gr.Interface.load("Yah216/Poem_Qafiyah_Detection",
12
  description=description,
13
  examples=examples
14
  )
15
+
16
+ interface1.launch(share= True)
17
+
18
+
19
  interface2.launch()