Podtekatel commited on
Commit
08d07b3
1 Parent(s): b74f8d7

Update README

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -46,8 +46,9 @@ article = "This is one of my successful experiments on style transfer. I've buil
46
  "" \
47
  "" \
48
  "" \
49
- "This model was trained on RTX 2080 Ti 1.5 days with batch size 7" \
50
- "If you want to use this app or integrate this model into yours, please contact me at email 'neuromancer.ai.lover@gmail.com'"
 
51
 
52
  imgs_folder = 'demo'
53
  examples = [[os.path.join(imgs_folder, img_filename)] for img_filename in os.listdir(imgs_folder)]
 
46
  "" \
47
  "" \
48
  "" \
49
+ "Model pipeline which used in project is improved CartoonGAN.<br>" \
50
+ "This model was trained on RTX 2080 Ti 1.5 days with batch size 7.<br>" \
51
+ "If you want to use this app or integrate this model into yours, please contact me at email 'neuromancer.ai.lover@gmail.com'."
52
 
53
  imgs_folder = 'demo'
54
  examples = [[os.path.join(imgs_folder, img_filename)] for img_filename in os.listdir(imgs_folder)]