sattoru96 commited on
Commit
45cc4e4
·
verified ·
1 Parent(s): e22cf33
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ from pytorch_grad_cam.utils.image import show_cam_on_image
27
  # ---------------------------------------------------------------
28
  # Configuración
29
  # ---------------------------------------------------------------
30
- HF_USER = "tu_usuario" # <-- sustitúyelo por tu usuario de HF antes de subir
31
  REPO_CNN = f"{HF_USER}/artscope-convnext"
32
  REPO_VIT = f"{HF_USER}/artscope-vit"
33
 
 
27
  # ---------------------------------------------------------------
28
  # Configuración
29
  # ---------------------------------------------------------------
30
+ HF_USER = "sattoru96" # <-- sustitúyelo por tu usuario de HF antes de subir
31
  REPO_CNN = f"{HF_USER}/artscope-convnext"
32
  REPO_VIT = f"{HF_USER}/artscope-vit"
33