AI_Gen_for_SG / app.py
csncsn's picture
Update app.py
9b867fb
raw
history blame
No virus
630 Bytes
import streamlit as st
import os
# os.system('pip install -e src/taming-transformers/.')
# os.system('pip install -e src/clip/.')
# os.system('pip install -e .')
# from scripts.stable_txt2img import main
st.markdown("<h1 style='text-align: center; color: orange;'>AI Gen for SG</h1>", unsafe_allow_html=True)
st.markdown("<h3 style='text-align: center; color: black;'>ShowLab</h3>", unsafe_allow_html=True)
st.write('Contributors: Mike Zheng Shou, Shuning Chang, Yufei Shi, Zihan Fan, Xiangdong Zhou')
# text = st.text_input('Enter your prompt', value='', key=None)
# img = main(text)
# if text:
# st.image(img, caption=text)