Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ app7 = gr.Interface(
|
|
128 |
app8 = gr.Interface(
|
129 |
fn = mariam_chimi,
|
130 |
title="Mariam-chimi",
|
131 |
-
inputs=[gr.Textbox(),gr.
|
132 |
outputs=gr.Textbox(),
|
133 |
)
|
134 |
|
|
|
128 |
app8 = gr.Interface(
|
129 |
fn = mariam_chimi,
|
130 |
title="Mariam-chimi",
|
131 |
+
inputs=[gr.Textbox(),gr.inputs.File()],
|
132 |
outputs=gr.Textbox(),
|
133 |
)
|
134 |
|