'opeb'
Browse files
app.py
CHANGED
@@ -328,9 +328,8 @@ app8 = gr.Interface(
|
|
328 |
outputs=[gr.Textbox(label='Reponse')],
|
329 |
)
|
330 |
|
331 |
-
demo = gr.TabbedInterface(
|
332 |
-
|
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()
|