Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ with demo:
|
|
20 |
|
21 |
with gr.TabItem("Clasificacion de Imagenes"):
|
22 |
with gr.Row():
|
23 |
-
|
24 |
tipo = gr.Label(num_top_classes = 3)
|
25 |
boton3 = gr.Button('Clasifica la imagen ')
|
26 |
|
|
|
20 |
|
21 |
with gr.TabItem("Clasificacion de Imagenes"):
|
22 |
with gr.Row():
|
23 |
+
img = gr.Image(shape = (224,224))
|
24 |
tipo = gr.Label(num_top_classes = 3)
|
25 |
boton3 = gr.Button('Clasifica la imagen ')
|
26 |
|