Haiyu Wu commited on
Commit
96c5656
·
1 Parent(s): c620b88
app.py CHANGED
@@ -216,7 +216,6 @@ def main():
216
 
217
  gr.Markdown("""
218
  ## Usage tips of Vec2Face
219
- - Directly clicking "Submit" button will give you results from a randomly sampled vector.
220
  - If you want to modify more dimensions or change attributes, Code snippets in [Vec2Face repo](https://github.com/HaiyuWu/vec2face) might be helpful.
221
  """)
222
  # - For better experience, we suggest you to run code on a GPU machine.
@@ -277,6 +276,7 @@ def main():
277
  outputs=[gallery]
278
  )
279
  article = r"""
 
280
  ---
281
  📝 **Citation**
282
  <br>
 
216
 
217
  gr.Markdown("""
218
  ## Usage tips of Vec2Face
 
219
  - If you want to modify more dimensions or change attributes, Code snippets in [Vec2Face repo](https://github.com/HaiyuWu/vec2face) might be helpful.
220
  """)
221
  # - For better experience, we suggest you to run code on a GPU machine.
 
276
  outputs=[gallery]
277
  )
278
  article = r"""
279
+ If Vec2Face is helpful, please help to ⭐ the <a href='https://github.com/HaiyuWu/vec2face' target='_blank'>Github Repo</a>. Thanks! [![GitHub Stars](https://img.shields.io/github/stars/HaiyuWu/vec2face?style=social)](https://github.com/HaiyuWu/vec2face)
280
  ---
281
  📝 **Citation**
282
  <br>
models/__pycache__/__init__.cpython-38.pyc DELETED
Binary file (172 Bytes)
 
models/__pycache__/iresnet.cpython-38.pyc DELETED
Binary file (4.24 kB)
 
pixel_generator/vec2face/__pycache__/im_decoder.cpython-38.pyc DELETED
Binary file (4.78 kB)
 
pixel_generator/vec2face/__pycache__/model_vec2face.cpython-38.pyc DELETED
Binary file (12.3 kB)
 
pixel_generator/vec2face/taming/models/__pycache__/vqgan.cpython-37.pyc DELETED
Binary file (2.45 kB)
 
pixel_generator/vec2face/taming/models/__pycache__/vqgan.cpython-38.pyc DELETED
Binary file (2.48 kB)
 
pixel_generator/vec2face/taming/modules/__pycache__/discriminator_loss.cpython-38.pyc DELETED
Binary file (4.47 kB)
 
pixel_generator/vec2face/taming/modules/__pycache__/discriminator_loss.cpython-39.pyc DELETED
Binary file (4.46 kB)
 
pixel_generator/vec2face/taming/modules/discriminator/__pycache__/model.cpython-38.pyc DELETED
Binary file (4.1 kB)