'opeb'
Browse files
app.py
CHANGED
@@ -328,7 +328,7 @@ app8 = gr.Interface(
|
|
328 |
fn = mariam_chimi,
|
329 |
title="Mariam-chimi",
|
330 |
input=[gr.Textbox, gr.Image(type="pil")],
|
331 |
-
outputs=
|
332 |
)
|
333 |
|
334 |
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"])
|
|
|
328 |
fn = mariam_chimi,
|
329 |
title="Mariam-chimi",
|
330 |
input=[gr.Textbox, gr.Image(type="pil")],
|
331 |
+
outputs=gr.Textbox(),
|
332 |
)
|
333 |
|
334 |
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"])
|