kuro223 commited on
Commit
b11e619
·
1 Parent(s): a489f40
Files changed (1) hide show
  1. app.py +2 -2
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.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
 
 
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