Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ models=[
|
|
10 |
|
11 |
|
12 |
|
13 |
-
def aiornot(
|
14 |
labels = ["Real", "AI"]
|
15 |
|
16 |
#feature_extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")
|
|
|
10 |
|
11 |
|
12 |
|
13 |
+
def aiornot(image,mod_choose):
|
14 |
labels = ["Real", "AI"]
|
15 |
|
16 |
#feature_extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")
|