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 |
with gr.Column(scale=1):
|
197 |
-
inp_im=gr.Textbox(label="Drag Image Here"
|
198 |
with gr.Column(scale=3):
|
199 |
images = gr.HTML("""""")
|
200 |
with gr.Row() as im_row:
|
|
|
194 |
output = gr.HTML("""""")
|
195 |
with gr.Row():
|
196 |
with gr.Column(scale=1):
|
197 |
+
inp_im=gr.Textbox(label="Drag Image Here")
|
198 |
with gr.Column(scale=3):
|
199 |
images = gr.HTML("""""")
|
200 |
with gr.Row() as im_row:
|