cmckinle commited on
Commit
dfcd1e8
·
verified ·
1 Parent(s): 2e039a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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<br><h4>(Test Demo - accuracy varies by model)</h4></h1></center>""")
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"):