Update app.py
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ if __name__ == "__main__":
|
|
38 |
inputs=[prompt_input, structure_image, style_image, depth_strength, style_strength],
|
39 |
outputs=[output_image]
|
40 |
)
|
41 |
-
app.launch(
|
|
|
38 |
inputs=[prompt_input, structure_image, style_image, depth_strength, style_strength],
|
39 |
outputs=[output_image]
|
40 |
)
|
41 |
+
app.launch()
|