Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,7 @@ COMPOSITION_PARAMS = {
|
|
91 |
"Futuriste": "futuristic atmosphere, high-tech mood",
|
92 |
"Onirique": "dreamy atmosphere, surreal mood",
|
93 |
"Industriel": "industrial atmosphere, raw and urban mood",
|
94 |
-
"Naturel": "natural atmosphere, organic and earthy mood"
|
95 |
-
"Nocturne": "nocturnal atmosphere, dark and moody lighting"
|
96 |
},
|
97 |
# Palette remains unchanged
|
98 |
# Define your palette options here as needed.
|
@@ -294,8 +293,8 @@ def create_interface():
|
|
294 |
|
295 |
clear_btn.click(lambda: (None,"🗑️ Image effacée"), outputs=[image_output,status])
|
296 |
|
297 |
-
|
298 |
-
|
299 |
|
300 |
if __name__ == "__main__":
|
301 |
app = create_interface()
|
|
|
91 |
"Futuriste": "futuristic atmosphere, high-tech mood",
|
92 |
"Onirique": "dreamy atmosphere, surreal mood",
|
93 |
"Industriel": "industrial atmosphere, raw and urban mood",
|
94 |
+
"Naturel": "natural atmosphere, organic and earthy mood"
|
|
|
95 |
},
|
96 |
# Palette remains unchanged
|
97 |
# Define your palette options here as needed.
|
|
|
293 |
|
294 |
clear_btn.click(lambda: (None,"🗑️ Image effacée"), outputs=[image_output,status])
|
295 |
|
296 |
+
logger.info("Interface créée avec succès")
|
297 |
+
return app
|
298 |
|
299 |
if __name__ == "__main__":
|
300 |
app = create_interface()
|