Spaces:
Runtime error
Runtime error
algomuffin
commited on
Commit
•
9dc232d
1
Parent(s):
c43f21d
Update app.py
Browse files
app.py
CHANGED
@@ -214,5 +214,5 @@ description = "Gradio Demo for JoJoGAN: This is a fork made by algomuffin in ord
|
|
214 |
|
215 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.11641' target='_blank'>JoJoGAN: One Shot Face Stylization</a>| <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>"
|
216 |
|
217 |
-
examples=[['mona.png','Disney'],['man.jpg','Disney'],['baby-face.jpg','Disney']]
|
218 |
gr.Interface(inference, [gr.inputs.Image(type="pil"),gr.inputs.Dropdown(choices=['Disney'], type="value", default='Disney', label="Model")], gr.outputs.Image(type="file"),title=title,description=description,article=article,allow_flagging=False,examples=examples,allow_screenshot=False).launch(enable_queue=True, cache_examples=True)
|
|
|
214 |
|
215 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.11641' target='_blank'>JoJoGAN: One Shot Face Stylization</a>| <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>"
|
216 |
|
217 |
+
examples=[['mona.png','Disney'],['man.jpg','Disney'],['iu.jpeg','Disney'],['baby-face.jpg','Disney']]
|
218 |
gr.Interface(inference, [gr.inputs.Image(type="pil"),gr.inputs.Dropdown(choices=['Disney'], type="value", default='Disney', label="Model")], gr.outputs.Image(type="file"),title=title,description=description,article=article,allow_flagging=False,examples=examples,allow_screenshot=False).launch(enable_queue=True, cache_examples=True)
|