Update app.py
Browse files
app.py
CHANGED
|
@@ -327,7 +327,7 @@ app7 = gr.Interface(
|
|
| 327 |
app8 = gr.Interface(
|
| 328 |
fn = mariam_chimi,
|
| 329 |
title="Mariam-chimi",
|
| 330 |
-
|
| 331 |
outputs=gr.Textbox(),
|
| 332 |
)
|
| 333 |
|
|
|
|
| 327 |
app8 = gr.Interface(
|
| 328 |
fn = mariam_chimi,
|
| 329 |
title="Mariam-chimi",
|
| 330 |
+
inputs=[gr.Textbox(),gr.Image(type="pil")],
|
| 331 |
outputs=gr.Textbox(),
|
| 332 |
)
|
| 333 |
|