Compare commits

...

2 Commits

Author SHA1 Message Date
f6a8ad2b63 subido video de testeo 2025-07-21 17:30:37 -03:00
7a835973ef fix: arreglado tamaño del display de imagen 2025-07-21 17:23:38 -03:00
3 changed files with 5 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ class ImageClassifierApp:
) )
self.button.pack(pady=10) self.button.pack(pady=10)
self.image_label = Label(root, bg="#ddd", text="No hay imagen", width=30, height=15) self.image_label = Label(root, bg="#ddd", text="No hay imagen", width=350, height=350)
self.image_label.pack(pady=10) self.image_label.pack(pady=10)
self.result_label = Label( self.result_label = Label(

View File

@@ -11,3 +11,7 @@ make entrenar
``` ```
make run make run
``` ```
## Galeria
<video src="./vid.mp4"></video>

BIN
vid.mp4 Normal file

Binary file not shown.