fcernafukuzaki commited on
Commit
e8cf5e4
1 Parent(s): 88590d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -110,6 +110,7 @@ examples = [['640',0.25, 0.5,'ejemplo1.jpg'], ['640',0.25, 0.5,'ejemplo2.jpg']]
110
 
111
  iface = gr.Interface(yolo,
112
  inputs=[in1, in2, in3, in4],
 
113
  examples=examples,
114
  analytics_enabled=False,
115
  allow_flagging="manual",
 
110
 
111
  iface = gr.Interface(yolo,
112
  inputs=[in1, in2, in3, in4],
113
+ outputs=[out2,out3,out4], title=title,
114
  examples=examples,
115
  analytics_enabled=False,
116
  allow_flagging="manual",