Spaces:
Runtime error
Runtime error
iambravolee
commited on
Commit
•
95f6149
1
Parent(s):
4eb8129
Update app.py
Browse files
app.py
CHANGED
@@ -12,10 +12,7 @@ def image_classifier(image):
|
|
12 |
|
13 |
title = "BurstPixel AI Image Detector"
|
14 |
description = """
|
15 |
-
|
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 |
-
"""
|
19 |
|
20 |
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title, description=description)
|
21 |
demo.launch(show_api=False)
|
|
|
12 |
|
13 |
title = "BurstPixel AI Image Detector"
|
14 |
description = """
|
15 |
+
|
|
|
|
|
|
|
16 |
|
17 |
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title, description=description)
|
18 |
demo.launch(show_api=False)
|