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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -130,6 +130,7 @@ def tot_prob():
130
 
131
 
132
  with gr.Blocks() as app:
 
133
  with gr.Column():
134
  inp = gr.Pil()
135
  in_url=gr.Textbox(label="Image URL")
 
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")