Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ detector = AIDetector()
|
|
314 |
|
315 |
def create_gradio_interface():
|
316 |
with gr.Blocks() as app:
|
317 |
-
gr.Markdown("""<center><h1>AI Image Detector
|
318 |
|
319 |
with gr.Tabs():
|
320 |
with gr.Tab("Single Image Detection"):
|
|
|
314 |
|
315 |
def create_gradio_interface():
|
316 |
with gr.Blocks() as app:
|
317 |
+
gr.Markdown("""<center><h1>AI Image Detector</h1></center>""")
|
318 |
|
319 |
with gr.Tabs():
|
320 |
with gr.Tab("Single Image Detection"):
|