Ahsen Khaliq commited on
Commit
b88eb8a
1 Parent(s): edf321b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def inference(image):
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,
 
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' target='_blank'>Github Repo</a></p>"
18
 
19
  gr.Interface(
20
  inference,