Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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()
|