Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
bca8e91
1
Parent(s):
25378c9
Update app.py
Browse files
app.py
CHANGED
@@ -91,5 +91,5 @@ description = "Gradio Demo for JoJoGAN: One Shot Face Stylization. To use it, si
|
|
91 |
|
92 |
article = "<p style='text-align: center'><a href='https://github.com/mchong6/JoJoGAN' target='_blank'>Github Repo Pytorch</a></p> <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_jojogan' alt='visitor badge'></center> <p style='text-align: center'>samples from repo: <img src='https://raw.githubusercontent.com/mchong6/JoJoGAN/main/teaser.jpg' alt='animation'/></p>"
|
93 |
|
94 |
-
examples=[['iu.jpeg']]
|
95 |
gr.Interface(inference, [gr.inputs.Image(type="pil",shape=(512,512))], gr.outputs.Image(type="file"),title=title,description=description,article=article,enable_queue=True,allow_flagging=False,examples=examples).launch()
|
|
|
91 |
|
92 |
article = "<p style='text-align: center'><a href='https://github.com/mchong6/JoJoGAN' target='_blank'>Github Repo Pytorch</a></p> <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_jojogan' alt='visitor badge'></center> <p style='text-align: center'>samples from repo: <img src='https://raw.githubusercontent.com/mchong6/JoJoGAN/main/teaser.jpg' alt='animation'/></p>"
|
93 |
|
94 |
+
examples=[['iu.jpeg','elon.png']]
|
95 |
gr.Interface(inference, [gr.inputs.Image(type="pil",shape=(512,512))], gr.outputs.Image(type="file"),title=title,description=description,article=article,enable_queue=True,allow_flagging=False,examples=examples).launch()
|