Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,6 +113,7 @@
|
|
113 |
|
114 |
import gradio as gr
|
115 |
import requests
|
|
|
116 |
import base64
|
117 |
from PIL import Image
|
118 |
import io
|
@@ -184,7 +185,7 @@ def create_demo():
|
|
184 |
outputs=[
|
185 |
gr.Image(type="pil", label="Analyzed Image"
|
186 |
),
|
187 |
-
gr.
|
188 |
],
|
189 |
title="AI Image Detector",
|
190 |
description="Upload an image to check if it's AI-generated",
|
|
|
113 |
|
114 |
import gradio as gr
|
115 |
import requests
|
116 |
+
|
117 |
import base64
|
118 |
from PIL import Image
|
119 |
import io
|
|
|
185 |
outputs=[
|
186 |
gr.Image(type="pil", label="Analyzed Image"
|
187 |
),
|
188 |
+
gr.Markdown(label="Analysis Results", lines=10)
|
189 |
],
|
190 |
title="AI Image Detector",
|
191 |
description="Upload an image to check if it's AI-generated",
|