Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks() as app:
|
|
194 |
output = gr.HTML("""""")
|
195 |
with gr.Row():
|
196 |
inp_im=gr.Textbox(scale=1, label="Drag Image Here")
|
197 |
-
images = gr.HTML(""""""
|
198 |
with gr.Row() as im_row:
|
199 |
im_list = gr.Gallery()
|
200 |
link_list=gr.Textbox()
|
|
|
194 |
output = gr.HTML("""""")
|
195 |
with gr.Row():
|
196 |
inp_im=gr.Textbox(scale=1, label="Drag Image Here")
|
197 |
+
images = gr.HTML("""""")
|
198 |
with gr.Row() as im_row:
|
199 |
im_list = gr.Gallery()
|
200 |
link_list=gr.Textbox()
|