Skip to content

Commit

Permalink
Flake8 Format fixes, Deleted obsolete options class
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarElChamaa committed Feb 20, 2024
1 parent d265f82 commit 1918960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

if __name__ == '__main__':

parser = argparse.ArgumentParser(description='Choose a Model type : TextConv or TxtToImg')
parser = argparse.ArgumentParser(description='Choose a Model type :'
' TextConv or TxtToImg')
subparser = parser.add_subparsers(dest='option')

conv = subparser.add_parser('TextConv')
Expand Down
25 changes: 0 additions & 25 deletions options/options_text_generation.py

This file was deleted.

0 comments on commit 1918960

Please sign in to comment.