radames HF staff commited on
Commit
0f62188
β€’
1 Parent(s): 5564afe

add duplicate button

Browse files
Files changed (1) hide show
  1. visualizer_drag_gradio.py +4 -0
visualizer_drag_gradio.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import os
2
  import os.path as osp
3
  from argparse import ArgumentParser
@@ -178,6 +179,9 @@ with gr.Blocks() as app:
178
  ## Interactive Point-based Manipulation on the Generative Image Manifold
179
  ### Unofficial Gradio Demo
180
 
 
 
 
181
  * Official Repo: [XingangPan](https://github.com/XingangPan/DragGAN)
182
  * Gradio Demo by: [LeoXing1996](https://github.com/LeoXing1996) with [OpenMMLab MMagic](https://github.com/open-mmlab/mmagic)
183
  """)
 
1
+ # https://huggingface.co/radames/DragGan
2
  import os
3
  import os.path as osp
4
  from argparse import ArgumentParser
 
179
  ## Interactive Point-based Manipulation on the Generative Image Manifold
180
  ### Unofficial Gradio Demo
181
 
182
+ <a href="https://huggingface.co/spaces/radames/DragGan?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
183
+ <img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> for no queue on your own hardware.</p>
184
+
185
  * Official Repo: [XingangPan](https://github.com/XingangPan/DragGAN)
186
  * Gradio Demo by: [LeoXing1996](https://github.com/LeoXing1996) with [OpenMMLab MMagic](https://github.com/open-mmlab/mmagic)
187
  """)