Spaces:
Running
Running
fcernafukuzaki
commited on
Commit
•
4a8fb9c
1
Parent(s):
aa5098b
Update app.py
Browse filesDefinir tipo pandas en campo Cantidad_especie
app.py
CHANGED
@@ -107,7 +107,7 @@ in3 = gr.inputs.Slider(minimum=0, maximum=1, step=0.05, default=0.50, label='Umb
|
|
107 |
in4 = gr.inputs.Image(type='pil', label="Original Image")
|
108 |
|
109 |
out2 = gr.outputs.Image(type="pil", label="YOLOv5")
|
110 |
-
out3 = gr.outputs.Dataframe(label="Cantidad_especie", headers=['Cantidad','Especie'])
|
111 |
out4 = gr.outputs.JSON(label="JSON")
|
112 |
#-------------- Text-----
|
113 |
title = 'Trampas Barceló'
|
|
|
107 |
in4 = gr.inputs.Image(type='pil', label="Original Image")
|
108 |
|
109 |
out2 = gr.outputs.Image(type="pil", label="YOLOv5")
|
110 |
+
out3 = gr.outputs.Dataframe(label="Cantidad_especie", headers=['Cantidad','Especie'], type="pandas")
|
111 |
out4 = gr.outputs.JSON(label="JSON")
|
112 |
#-------------- Text-----
|
113 |
title = 'Trampas Barceló'
|