Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -332,7 +332,6 @@ with gr.Blocks() as demo:
|
|
332 |
submit_button_component.click(
|
333 |
fn=process,
|
334 |
inputs=[
|
335 |
-
client_component,
|
336 |
input_image_editor_component,
|
337 |
inpainting_prompt_text_component,
|
338 |
masking_prompt_text_component,
|
|
|
332 |
submit_button_component.click(
|
333 |
fn=process,
|
334 |
inputs=[
|
|
|
335 |
input_image_editor_component,
|
336 |
inpainting_prompt_text_component,
|
337 |
masking_prompt_text_component,
|