Francisco Cerna commited on
Commit
71d9ee7
1 Parent(s): e2abc26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ in3 = gr.inputs.Slider(minimum=0, maximum=1, step=0.05, default=0.50, label='Umb
119
  in4 = gr.inputs.Image(type='pil', label="Original Image")
120
 
121
  out2 = gr.outputs.Image(type="pil", label="YOLOv5")
122
- out3 = gr.outputs.Dataframe(label="datos", headers=['Cantidad','Especie'], type="pandas")
123
  out4 = gr.outputs.JSON(label="JSON")
124
  #-------------- Text-----
125
  title = 'Trampas Barceló'
 
119
  in4 = gr.inputs.Image(type='pil', label="Original Image")
120
 
121
  out2 = gr.outputs.Image(type="pil", label="YOLOv5")
122
+ out3 = gr.outputs.Dataframe(label="Descripción", headers=['Cantidad','Especie'], type="pandas")
123
  out4 = gr.outputs.JSON(label="JSON")
124
  #-------------- Text-----
125
  title = 'Trampas Barceló'