sandhyasinha655 commited on
Commit
740593e
·
verified ·
1 Parent(s): c156cee

Update roop/core.py

Browse files
Files changed (1) hide show
  1. roop/core.py +1 -1
roop/core.py CHANGED
@@ -27,7 +27,7 @@ warnings.filterwarnings('ignore', category=UserWarning, module='torchvision')
27
 
28
 
29
  def parse_args() -> None:
30
- signal.signal(signal.SIGINT, lambda signal_number, frame: destroy())
31
  program = argparse.ArgumentParser(formatter_class=lambda prog: argparse.HelpFormatter(prog, max_help_position=100))
32
  program.add_argument('-s', '--source', help='select an source image', dest='source_path')
33
  program.add_argument('-t', '--target', help='select an target image or video', dest='target_path')
 
27
 
28
 
29
  def parse_args() -> None:
30
+ # signal.signal(signal.SIGINT, lambda signal_number, frame: destroy())
31
  program = argparse.ArgumentParser(formatter_class=lambda prog: argparse.HelpFormatter(prog, max_help_position=100))
32
  program.add_argument('-s', '--source', help='select an source image', dest='source_path')
33
  program.add_argument('-t', '--target', help='select an target image or video', dest='target_path')