modelslover commited on
Commit
3e6621c
β€’
1 Parent(s): ff2ceba

Update visualizer_drag_gradio_inversion.py

Browse files
visualizer_drag_gradio_inversion.py CHANGED
@@ -208,7 +208,6 @@ with gr.Blocks(css=css) as app:
208
  # DragGAN - Drag Your GAN - Face Inversion
209
 
210
  ## Interactive Point-based Manipulation on the Generative Image Manifold
211
- ### Unofficial Gradio Demo
212
 
213
  **Due to high demand, only one model can be run at a time, or you can duplicate the space and run your own copy.**
214
 
@@ -216,8 +215,7 @@ with gr.Blocks(css=css) as app:
216
  <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>
217
 
218
  * Official Repo: [XingangPan](https://github.com/XingangPan/DragGAN)
219
- * Gradio Demo by: [LeoXing1996](https://github.com/LeoXing1996) Β© [OpenMMLab MMagic](https://github.com/open-mmlab/mmagic)
220
- * Inversion Code: [ProgrammingHut](https://www.youtube.com/watch?v=viWiOC1Mikw), [EthanZhangCN](https://github.com/EthanZhangCN)
221
  """
222
  )
223
 
@@ -400,10 +398,6 @@ with gr.Blocks(css=css) as app:
400
  width: 100%;
401
  }
402
  </style>
403
- <div class="container">
404
- Gradio demo supported by
405
- <img src="https://avatars.githubusercontent.com/u/10245193?s=200&v=4" height="20" width="20" style="display:inline;">
406
- <a href="https://github.com/open-mmlab/mmagic">OpenMMLab MMagic</a>
407
  </div>
408
  """
409
  )
 
208
  # DragGAN - Drag Your GAN - Face Inversion
209
 
210
  ## Interactive Point-based Manipulation on the Generative Image Manifold
 
211
 
212
  **Due to high demand, only one model can be run at a time, or you can duplicate the space and run your own copy.**
213
 
 
215
  <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>
216
 
217
  * Official Repo: [XingangPan](https://github.com/XingangPan/DragGAN)
218
+ * Gradio Demo by: [LeoXing1996](https://github.com/LeoXing1996) Β© [OpenMMLab MMagic](https://github.com/open-mmlab/mmagic)
 
219
  """
220
  )
221
 
 
398
  width: 100%;
399
  }
400
  </style>
 
 
 
 
401
  </div>
402
  """
403
  )