Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def softmax(vector):
|
|
69 |
|
70 |
|
71 |
def aiornot0(image):
|
72 |
-
labels = ["
|
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)
|