Omnibus commited on
Commit
1f375b6
1 Parent(s): a8a0883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def find_fn(inp,out_json):
35
  img_list.append(img_ea)
36
 
37
  return img_list,img_list
38
- with gr.Blocks() as app:
39
  with gr.Row():
40
  data_set_url=gr.Textbox()
41
  fetch_btn=gr.Button()
 
35
  img_list.append(img_ea)
36
 
37
  return img_list,img_list
38
+ with gr.Blocks() as app:
39
  with gr.Row():
40
  data_set_url=gr.Textbox()
41
  fetch_btn=gr.Button()