Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def tot_prob():
|
|
130 |
|
131 |
|
132 |
with gr.Blocks() as app:
|
133 |
-
gr.Markdown("""<h1>AI Image Detector<br><h4>(Test Demo - accuracy varies by model)""")
|
134 |
with gr.Column():
|
135 |
inp = gr.Pil()
|
136 |
in_url=gr.Textbox(label="Image URL")
|
|
|
130 |
|
131 |
|
132 |
with gr.Blocks() as app:
|
133 |
+
gr.Markdown("""<center><h1>AI Image Detector<br><h4>(Test Demo - accuracy varies by model)""")
|
134 |
with gr.Column():
|
135 |
inp = gr.Pil()
|
136 |
in_url=gr.Textbox(label="Image URL")
|