Update app.py
Browse files
app.py
CHANGED
@@ -95,4 +95,4 @@ gr.Interface(
|
|
95 |
[positive_prompts, negative_prompts, input_image, input_slider_T],
|
96 |
[output_image, output_mask],
|
97 |
live=True,
|
98 |
-
).launch()
|
|
|
95 |
[positive_prompts, negative_prompts, input_image, input_slider_T],
|
96 |
[output_image, output_mask],
|
97 |
live=True,
|
98 |
+
).launch()
|