noumanjavaid commited on
Commit
406b0be
·
verified ·
1 Parent(s): 0ab732a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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.Textbox(label="Analysis Results", lines=10)
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",