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("

AI Gen for SG

", unsafe_allow_html=True) st.markdown("

ShowLab

", 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)