Spaces:
Runtime error
Runtime error
Fix Bug
Browse files
app.py
CHANGED
@@ -47,6 +47,6 @@ with gr.Blocks() as demo:
|
|
47 |
with gr.Column():
|
48 |
output = gr.outputs.Image(type = "pil", label="Generated Image")
|
49 |
run = gr.Button(label="Generate Preview")
|
50 |
-
run.click(generate_with_mask_, inputs=[
|
51 |
|
52 |
demo.launch()
|
|
|
47 |
with gr.Column():
|
48 |
output = gr.outputs.Image(type = "pil", label="Generated Image")
|
49 |
run = gr.Button(label="Generate Preview")
|
50 |
+
run.click(generate_with_mask_, inputs=[image_url, cloth_url, prompt], outputs=output)
|
51 |
|
52 |
demo.launch()
|