Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ def create_demo():
|
|
185 |
outputs=[
|
186 |
gr.Image(type="pil", label="Analyzed Image"
|
187 |
),
|
188 |
-
gr.Markdown(label="Analysis Results"
|
189 |
],
|
190 |
title="AI Image Detector",
|
191 |
description="Upload an image to check if it's AI-generated",
|
|
|
185 |
outputs=[
|
186 |
gr.Image(type="pil", label="Analyzed Image"
|
187 |
),
|
188 |
+
gr.Markdown(label=" ## Analysis Results")
|
189 |
],
|
190 |
title="AI Image Detector",
|
191 |
description="Upload an image to check if it's AI-generated",
|