kuro223 commited on
Commit
eaf8933
·
1 Parent(s): b81ae23
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -328,9 +328,8 @@ app8 = gr.Interface(
328
  outputs=[gr.Textbox(label='Reponse')],
329
  )
330
 
331
- demo = gr.TabbedInterface(
332
- [app1, app2, app3,app4,app6,app5,app7,app8],
333
- ["OCR", "MARIAM-u", "Mariam-French", "Mariam-Philo","Mariam-Hist", "Note Calc","Mariam-web","Mariam-chimi"]
334
 
335
 
336
  demo.launch()
 
328
  outputs=[gr.Textbox(label='Reponse')],
329
  )
330
 
331
+ demo = gr.TabbedInterface([app1, app2, app3,app4,app6,app5,app7,app8],["OCR", "MARIAM-u", "Mariam-French", "Mariam-Philo","Mariam-Hist", "Note Calc","Mariam-web","Mariam-chimi"])
332
+
 
333
 
334
 
335
  demo.launch()