Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def response(message, history, image):
|
|
83 |
history[-1][1] = partial_response
|
84 |
yield history
|
85 |
|
86 |
-
with gr.Blocks(css=css, js="bg-
|
87 |
with gr.Column(elem_id="col-container"):
|
88 |
gr.HTML(title)
|
89 |
image = gr.Image(type="pil", elem_id="upload")
|
|
|
83 |
history[-1][1] = partial_response
|
84 |
yield history
|
85 |
|
86 |
+
with gr.Blocks(css=css, js="bg-remove2.js") as demo:
|
87 |
with gr.Column(elem_id="col-container"):
|
88 |
gr.HTML(title)
|
89 |
image = gr.Image(type="pil", elem_id="upload")
|