Santenana commited on
Commit
63d0e80
·
1 Parent(s): 4f3e912

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with demo:
20
 
21
  with gr.TabItem("Clasificacion de Imagenes"):
22
  with gr.Row():
23
- imag = gr.Image(shape = (224,224))
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