Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -320,7 +320,7 @@ def run_lora(face_image, prompt, negative, lora_weight, face_strength, image_str
|
|
320 |
face_image = center_crop_image_as_square(face_image)
|
321 |
|
322 |
# this is temporary, just to debug
|
323 |
-
return writeb64(face_image)
|
324 |
|
325 |
|
326 |
try:
|
|
|
320 |
face_image = center_crop_image_as_square(face_image)
|
321 |
|
322 |
# this is temporary, just to debug
|
323 |
+
# return writeb64(face_image)
|
324 |
|
325 |
|
326 |
try:
|