File size: 630 Bytes
1dc89cf
 
36ae9d4
 
0d14b57
9b867fb
1dc89cf
 
 
9b867fb
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)