Ahsen Khaliq commited on
Commit
1fe5aba
1 Parent(s): 862debf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ def inference(image):
13
  return "out.png"
14
 
15
  title = "Encoder4editing"
16
- description = "demo for Encoder4editing. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
17
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.05703'>Adversarial Open Domain Adaption for Sketch-to-Photo Synthesis</a> | <a href='https://github.com/Mukosame/Anime2Sketch'>Github Repo</a></p>"
18
 
19
  gr.Interface(
20
  inference,
 
13
  return "out.png"
14
 
15
  title = "Encoder4editing"
16
+ description = "Gradio demo for Encoder4editing. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
17
+ article = "<p style='text-align: center'><a href='https://github.com/TalkUHulk/realworld-stylegan2-encoder'>Github Repo</a></p>"
18
 
19
  gr.Interface(
20
  inference,