Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,6 @@ def process_image(
|
|
68 |
resized_image.save(temp_file.name)
|
69 |
image_path = temp_file.name
|
70 |
|
71 |
-
if model_choice != "Kolors":
|
72 |
|
73 |
try:
|
74 |
if model_choice == "Stable Diffusion":
|
|
|
68 |
resized_image.save(temp_file.name)
|
69 |
image_path = temp_file.name
|
70 |
|
|
|
71 |
|
72 |
try:
|
73 |
if model_choice == "Stable Diffusion":
|