Spaces:
Runtime error
Runtime error
algomuffin
commited on
Commit
•
0209209
1
Parent(s):
47d6e95
Update app.py
Browse files
app.py
CHANGED
@@ -199,8 +199,8 @@ def inference(img, model):
|
|
199 |
imageio.imwrite('filename.jpeg', npimage)
|
200 |
return 'filename.jpeg'
|
201 |
|
202 |
-
title = "
|
203 |
-
description = "Gradio Demo for JoJoGAN:
|
204 |
|
205 |
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>"
|
206 |
|
|
|
199 |
imageio.imwrite('filename.jpeg', npimage)
|
200 |
return 'filename.jpeg'
|
201 |
|
202 |
+
title = "JoJoGAN_fork"
|
203 |
+
description = "Gradio Demo for JoJoGAN: This is a fork made by algomuffin in order to test the network with specif parameters. To use it, simply upload your image, or click one of the examples to load them."
|
204 |
|
205 |
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>"
|
206 |
|