Omnibus commited on
Commit
efa29a0
1 Parent(s): 93f5863

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as app:
138
  with gr.Row():
139
  gr.Column()
140
  with gr.Column():
141
- gr.HTML("""<center><h5>Reverse Image and Video Search</h5></center>""")
142
  source_tog=gr.Radio(choices=["Image","Video"],value="Image")
143
  with gr.Box(visible=True) as im_box:
144
  inp_url=gr.Textbox(label="Image URL")
 
138
  with gr.Row():
139
  gr.Column()
140
  with gr.Column():
141
+ gr.HTML("""<center><h1>Reverse Image and Video Search</h1></center>""")
142
  source_tog=gr.Radio(choices=["Image","Video"],value="Image")
143
  with gr.Box(visible=True) as im_box:
144
  inp_url=gr.Textbox(label="Image URL")