Spaces:
Runtime error
Runtime error
algomuffin
commited on
Commit
•
996c915
1
Parent(s):
9dc232d
Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ def inference(img, model):
|
|
210 |
return 'filename.jpeg'
|
211 |
|
212 |
title = "JoJoGAN_fork"
|
213 |
-
description = "Gradio Demo for JoJoGAN: This is a fork made by
|
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 |
|
|
|
210 |
return 'filename.jpeg'
|
211 |
|
212 |
title = "JoJoGAN_fork"
|
213 |
+
description = "Gradio Demo for JoJoGAN: This is a fork made by Alessandro Miragliotta in order to test the network with the Disney no-preserve color model. To use it, simply upload your image, or click one of the examples to load them."
|
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 |
|