ovshake commited on
Commit
47512ef
1 Parent(s): ad35187
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -110,6 +110,16 @@ def process_image(args, inpainting_pipeline, net):
110
 
111
  net = load_u2net()
112
  inpainting_pipeline = load_inpainting_pipeline()
 
 
 
 
 
 
 
 
 
 
113
  st.title("Stable Fashion Huggingface Spaces")
114
  file_name = st.file_uploader("Upload a clear full length picture of yourself, preferably in a less noisy background")
115
  stable_fashion_args = StableFashionCLIArgs()
 
110
 
111
  net = load_u2net()
112
  inpainting_pipeline = load_inpainting_pipeline()
113
+ st.markdown(
114
+ """
115
+ <p style='text-align: center'>
116
+ <a href='https://github.com/ovshake' target='_blank'>ovshake Github</a> | <a href='https://github.com/ovshake/stable-fashion' target='_blank'>Stable Fashion Github</a> | <a href='https://huggingface.co/spaces/maiti/stable-fashion' target='_blank'>Stable Fashion Demo</a>
117
+ <br />
118
+ Follow me for more! <a href='https://twitter.com/o_v_shake' target='_blank'> <img src="https://img.icons8.com/color/48/000000/twitter--v1.png" height="30"></a><a href='https://github.com/ovshake' target='_blank'><img src="https://img.icons8.com/fluency/48/000000/github.png" height="27"></a><a href='https://www.linkedin.com/in/ovshake/' target='_blank'><img src="https://img.icons8.com/fluency/48/000000/linkedin.png" height="30"></a>
119
+ </p>
120
+ """,
121
+ unsafe_allow_html=True,
122
+ )
123
  st.title("Stable Fashion Huggingface Spaces")
124
  file_name = st.file_uploader("Upload a clear full length picture of yourself, preferably in a less noisy background")
125
  stable_fashion_args = StableFashionCLIArgs()