NightPrince's picture
Create app.py
8783937 verified
raw
history blame
152 Bytes
import os
# Launch Streamlit manually even though SDK is Gradio
os.system("streamlit run streamlit_app.py --server.port 7860 --server.address 0.0.0.0")