Podtekatel commited on
Commit
b74f8d7
1 Parent(s): 7a92592

Fix errors in README

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -41,13 +41,13 @@ def inference(img):
41
 
42
 
43
  title = "JJStyleTransfer"
44
- description = "Gradio Demo for JoJo Bizzare Adventures 5 season style transfer. To use it, simply upload your image, or click one of the examples to load them."
45
- article = "There is one of my successful experiments on style transfer. I used my own pipeline, generator model and private dataset to train this model<br>" \
46
  "" \
47
  "" \
48
  "" \
49
- "" \
50
- "If you want use this app or integrate this model into your app please contact with me at email '[email protected]'"
51
 
52
  imgs_folder = 'demo'
53
  examples = [[os.path.join(imgs_folder, img_filename)] for img_filename in os.listdir(imgs_folder)]
 
41
 
42
 
43
  title = "JJStyleTransfer"
44
+ description = "Gradio Demo for JoJo Bizzare Adventures style transfer. To use it, simply upload your image, or click one of the examples to load them."
45
+ article = "This is one of my successful experiments on style transfer. I've built my own pipeline, generator model and private dataset to train this model<br>" \
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 '[email protected]'"
51
 
52
  imgs_folder = 'demo'
53
  examples = [[os.path.join(imgs_folder, img_filename)] for img_filename in os.listdir(imgs_folder)]