File size: 153 Bytes
835ca00
 
 
 
1
2
3
4
5
import os

# Launch Streamlit manually even though SDK is Gradio
os.system("streamlit run app_streamlit.py --server.port 7860 --server.address 0.0.0.0")