Trying fix variants
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def processar_imagem(imagem: Image.Image):
|
|
45 |
# PrΓ©-processamento
|
46 |
print("Generating image with LoRA style...")
|
47 |
result = pipe(
|
48 |
-
prompt=
|
49 |
image=imagem,
|
50 |
num_inference_steps=15, # reduce if too slow
|
51 |
guidance_scale=7.5,
|
|
|
45 |
# PrΓ©-processamento
|
46 |
print("Generating image with LoRA style...")
|
47 |
result = pipe(
|
48 |
+
prompt="BAS-RELIEF",
|
49 |
image=imagem,
|
50 |
num_inference_steps=15, # reduce if too slow
|
51 |
guidance_scale=7.5,
|