Rishi Desai commited on
Commit
1face2b
·
1 Parent(s): eb9fb03

removed unnecessary args

Browse files
Files changed (1) hide show
  1. demo.py +0 -2
demo.py CHANGED
@@ -71,8 +71,6 @@ def enhance_face_gradio(input_image, ref_image):
71
  process_face(
72
  input_path=input_path,
73
  ref_path=ref_path,
74
- crop=False,
75
- upscale=False,
76
  output_path=output_path
77
  )
78
  except Exception as e:
 
71
  process_face(
72
  input_path=input_path,
73
  ref_path=ref_path,
 
 
74
  output_path=output_path
75
  )
76
  except Exception as e: