models
Browse files- README.md +1 -1
- visualizer_drag_gradio.py +1 -1
README.md
CHANGED
@@ -13,7 +13,7 @@ pinned: false
|
|
13 |
# Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold
|
14 |
|
15 |
https://arxiv.org/abs/2305.10973
|
16 |
-
https://huggingface.co/
|
17 |
|
18 |
<p align="center">
|
19 |
<img src="DragGAN.gif", width="700">
|
|
|
13 |
# Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold
|
14 |
|
15 |
https://arxiv.org/abs/2305.10973
|
16 |
+
https://huggingface.co/DragGan/DragGan-Models
|
17 |
|
18 |
<p align="center">
|
19 |
<img src="DragGAN.gif", width="700">
|
visualizer_drag_gradio.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# https://huggingface.co/
|
2 |
# https://arxiv.org/abs/2305.10973
|
3 |
import os
|
4 |
import os.path as osp
|
|
|
1 |
+
# https://huggingface.co/DragGan/DragGan-Models
|
2 |
# https://arxiv.org/abs/2305.10973
|
3 |
import os
|
4 |
import os.path as osp
|