Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as app:
|
|
138 |
with gr.Row():
|
139 |
gr.Column()
|
140 |
with gr.Column():
|
141 |
-
|
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><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")
|