'opeb'
Browse files
app.py
CHANGED
@@ -317,14 +317,14 @@ app5 = gr.Interface(
|
|
317 |
app7 = gr.Interface(
|
318 |
fn=mariam_web,
|
319 |
title="Mariam-web",
|
320 |
-
inputs=[gr.
|
321 |
outputs=gr.Textbox(label="Reponse")
|
322 |
)
|
323 |
|
324 |
app8 = gr.Interface(
|
325 |
fn = mariam_chimi,
|
326 |
title="Mariam-chimi",
|
327 |
-
input=[gr.
|
328 |
outputs=[gr.Textbox(label='Reponse')],
|
329 |
)
|
330 |
|
|
|
317 |
app7 = gr.Interface(
|
318 |
fn=mariam_web,
|
319 |
title="Mariam-web",
|
320 |
+
inputs=[gr.Textbox],
|
321 |
outputs=gr.Textbox(label="Reponse")
|
322 |
)
|
323 |
|
324 |
app8 = gr.Interface(
|
325 |
fn = mariam_chimi,
|
326 |
title="Mariam-chimi",
|
327 |
+
input=[gr.Textbox, gr.Image(type="pil")],
|
328 |
outputs=[gr.Textbox(label='Reponse')],
|
329 |
)
|
330 |
|