Update app.py
Browse files
app.py
CHANGED
@@ -91,10 +91,6 @@ with gr.Blocks(theme="gradio/monochrome") as demo:
|
|
91 |
outputs=result_image
|
92 |
)
|
93 |
|
94 |
-
|
95 |
-
examples=examples,
|
96 |
-
inputs=[image_input, uploaded_mask, seed_input],
|
97 |
-
outputs=result_image
|
98 |
-
)
|
99 |
|
100 |
demo.launch()
|
|
|
91 |
outputs=result_image
|
92 |
)
|
93 |
|
94 |
+
|
|
|
|
|
|
|
|
|
95 |
|
96 |
demo.launch()
|