jbilcke-hf HF Staff commited on
Commit
4687ae6
·
verified ·
1 Parent(s): 9065743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: