Docfile commited on
Commit
1e8a302
·
1 Parent(s): 9813554

Update app.py

Browse files
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
+ inputs=[gr.Textbox(),gr.Image(type="pil")],
331
  outputs=gr.Textbox(),
332
  )
333