Docfile commited on
Commit
b5a51f0
·
1 Parent(s): 84405d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Image(type="pil")],
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