wgcv commited on
Commit
733e8c1
1 Parent(s): d1deeab

add icon and dep

Browse files
Files changed (3) hide show
  1. assets/logo.png +0 -0
  2. requirements.txt +6 -1
  3. utils.py +2 -0
assets/logo.png ADDED
requirements.txt CHANGED
@@ -1,3 +1,8 @@
1
  streamlit
2
  torch
3
- numpy
 
 
 
 
 
 
1
  streamlit
2
  torch
3
+ numpy
4
+ git+https://github.com/huggingface/community-events.git@3fea10c5d5a50c69f509e34cd580fe9139905d04#egg=huggan
5
+ transformers
6
+ faiss-cpu
7
+ paddlehub
8
+ paddlepaddle
utils.py CHANGED
@@ -3,6 +3,8 @@ import streamlit as st
3
  import numpy as np
4
  import torch
5
 
 
 
6
  from huggan.pytorch.lightweight_gan.lightweight_gan import LightweightGAN
7
 
8
  def load_model(model_name="ceyda/butterfly_cropped_uniq1K_512", model_version=None):
 
3
  import numpy as np
4
  import torch
5
 
6
+
7
+
8
  from huggan.pytorch.lightweight_gan.lightweight_gan import LightweightGAN
9
 
10
  def load_model(model_name="ceyda/butterfly_cropped_uniq1K_512", model_version=None):