kuro223 commited on
Commit
9813554
·
1 Parent(s): b058115
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -327,7 +327,7 @@ app7 = gr.Interface(
327
  app8 = gr.Interface(
328
  fn = mariam_chimi,
329
  title="Mariam-chimi",
330
- input=[gr.Textbox, gr.Image(type="pil")],
331
  outputs=gr.Textbox(),
332
  )
333
 
 
327
  app8 = gr.Interface(
328
  fn = mariam_chimi,
329
  title="Mariam-chimi",
330
+ input=[gr.Textbox(),gr.Image(type="pil")],
331
  outputs=gr.Textbox(),
332
  )
333