Omnibus commited on
Commit
a2250cc
1 Parent(s): 69360fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def softmax(vector):
69
 
70
 
71
  def aiornot0(image):
72
- labels = ["Real", "AI"]
73
  mod=models[0]
74
  feature_extractor0 = AutoFeatureExtractor.from_pretrained(mod)
75
  model0 = AutoModelForImageClassification.from_pretrained(mod)
 
69
 
70
 
71
  def aiornot0(image):
72
+ labels = ["AI", "Real"]
73
  mod=models[0]
74
  feature_extractor0 = AutoFeatureExtractor.from_pretrained(mod)
75
  model0 = AutoModelForImageClassification.from_pretrained(mod)