Omnibus commited on
Commit
5bf14bb
1 Parent(s): a2250cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ uid=uuid.uuid4()
13
  models=[
14
  "Nahrawy/AIorNot",
15
  "umm-maybe/AI-image-detector",
16
- "arnolfokam/ai-generated-image-detector",
 
17
  ]
18
 
19
  pipe0 = pipeline("image-classification", f"{models[0]}")
 
13
  models=[
14
  "Nahrawy/AIorNot",
15
  "umm-maybe/AI-image-detector",
16
+ "Nahrawy/AIorNot",
17
+ #"arnolfokam/ai-generated-image-detector",
18
  ]
19
 
20
  pipe0 = pipeline("image-classification", f"{models[0]}")