Omnibus commited on
Commit
bb8494e
·
1 Parent(s): 62261fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")