Omnibus commited on
Commit
9c7fa35
1 Parent(s): 503f698

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks() as app:
131
  with gr.Column():
132
 
133
  source_tog=gr.Radio(choices=["Image","Video"],value="Image")
134
- with gr.Box(visible=False) as im_box:
135
  inp_url=gr.Textbox(label="Image URL")
136
  load_im_btn=gr.Button("Load Image")
137
  inp_im=gr.Image(label="Search Image",type='filepath')
 
131
  with gr.Column():
132
 
133
  source_tog=gr.Radio(choices=["Image","Video"],value="Image")
134
+ with gr.Box(visible=True) as im_box:
135
  inp_url=gr.Textbox(label="Image URL")
136
  load_im_btn=gr.Button("Load Image")
137
  inp_im=gr.Image(label="Search Image",type='filepath')