Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def image_classifier(image):
|
|
12 |
|
13 |
title = "Maybe's AI Art Detector"
|
14 |
description = """
|
15 |
-
This app is a proof-of-concept demonstration of using a
|
16 |
For more information please see the blog post describing it at:
|
17 |
https://medium.com/@matthewmaybe/can-an-ai-learn-to-identify-ai-art-545d9d6af226
|
18 |
"""
|
|
|
12 |
|
13 |
title = "Maybe's AI Art Detector"
|
14 |
description = """
|
15 |
+
This app is a proof-of-concept demonstration of using a ViT model to predict whether an artistic image was generated using AI.\n
|
16 |
For more information please see the blog post describing it at:
|
17 |
https://medium.com/@matthewmaybe/can-an-ai-learn-to-identify-ai-art-545d9d6af226
|
18 |
"""
|