Update app.py
Browse files
app.py
CHANGED
@@ -360,7 +360,7 @@ Welcome to the demo page of TranSVAE, a disentanglement framework designed for u
|
|
360 |
- Explore domain disentanglement and transfer in TranSVAE with Sprites avatars;
|
361 |
- Customize the Sprites avatars by yourself via changing their actions, hair colors, top wears, and bottom wears.
|
362 |
|
363 |
-
For more details, read the [TranSVAE paper]() and visit our [project page](https://ldkong.com/TranSVAE). The training and testing code is available at our [GitHub Repo](https://github.com/ldkong1205/TranSVAE). Have fun!
|
364 |
"""
|
365 |
|
366 |
gr.Interface(
|
|
|
360 |
- Explore domain disentanglement and transfer in TranSVAE with Sprites avatars;
|
361 |
- Customize the Sprites avatars by yourself via changing their actions, hair colors, top wears, and bottom wears.
|
362 |
|
363 |
+
For more details, read the [TranSVAE paper](https://arxiv.org/abs/2208.07365) and visit our [project page](https://ldkong.com/TranSVAE). The training and testing code is available at our [GitHub Repo](https://github.com/ldkong1205/TranSVAE). Have fun!
|
364 |
"""
|
365 |
|
366 |
gr.Interface(
|