aliabd HF staff commited on
Commit
6245e79
β€’
1 Parent(s): e3030de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def inference(input_im):
68
  return tensor_to_pil
69
 
70
  title = "GANsNRoses"
71
- description = "demo for GANsNRoses. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
72
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2106.06561'>GANs N' Roses: Stable, Controllable, Diverse Image to Image Translation (works for videos too!)</a> | <a href='https://github.com/mchong6/GANsNRoses'>Github Repo</a></p>"
73
 
74
  gr.Interface(
68
  return tensor_to_pil
69
 
70
  title = "GANsNRoses"
71
+ description = "Diverse im2im selfie to anime translation. Read more at the links below."
72
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2106.06561'>GANs N' Roses: Stable, Controllable, Diverse Image to Image Translation (works for videos too!)</a> | <a href='https://github.com/mchong6/GANsNRoses'>Github Repo</a></p>"
73
 
74
  gr.Interface(