Spaces:
Runtime error
Runtime error
File size: 861 Bytes
337965d ee887f3 337965d ee887f3 337965d ee887f3 337965d ee887f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
import streamlit as st
st.set_page_config(
page_title="FashionGen",
page_icon="👗",
)
#st.title("FashionGen")
st.image('./pics/logo.jpeg')
'''#### About:'''
'''This application employs the StyleGAN framework, CLIP and GANSpace exploration techniques to synthesize images of garments from textual inputs. With training based on the comprehensive LookBook dataset, it supports an efficient fashion design process by transforming text into visual concepts, showcasing the practical application of Generative Adversarial Networks (GANs) in the realm of creative design.'''
''' There are two modes of image generatation: \n
**Fashion Fusion:** Takes two descriptions and generates two designs whose styles features can be combined and edited. \n
**Style One:** Takes a single description and generates one design whose style features can be edited.''' |