rmayormartins commited on
Commit
5669498
ยท
1 Parent(s): 6db1028

Subindo arquivos331

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ example_image_path = "example1.JPG"
78
  iface = gr.Interface(
79
  fn=process_image,
80
  inputs=gr.Image(type="pil"),
81
- outputs=[gr.Image(type="pil"), gr.Textbox(), gr.Audio(type="file")],
82
  examples=[example_image_path]
83
  )
84
 
 
78
  iface = gr.Interface(
79
  fn=process_image,
80
  inputs=gr.Image(type="pil"),
81
+ outputs=[gr.Image(type="pil"), gr.Textbox(), gr.Audio(type="filepath")],
82
  examples=[example_image_path]
83
  )
84