Nuno-Tome commited on
Commit
8317410
·
1 Parent(s): 6d20a24

fix: remover modelo Readidno/anime.mili não funcional

Browse files

- Modelo com config.json incompleto (falta model_type)
- Comentado para evitar erro em runtime

---
fix: remove non-functional Readidno/anime.mili model

- Model with incomplete config.json (missing model_type)
- Commented out to prevent runtime error

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ MODELS = [
64
  "not-lain/deepfake",
65
 
66
  "-- Anime/Manga Classification --",
67
- "Readidno/anime.mili << new >>",
68
 
69
  "-- Human Activity Recognition --",
70
  "DunnBC22/vit-base-patch16-224-in21k_Human_Activity_Recognition",
 
64
  "not-lain/deepfake",
65
 
66
  "-- Anime/Manga Classification --",
67
+ #"Readidno/anime.mili << new >>", # Not working - missing model_type
68
 
69
  "-- Human Activity Recognition --",
70
  "DunnBC22/vit-base-patch16-224-in21k_Human_Activity_Recognition",