NightPrince's picture
Create app.py
75bea53 verified
raw
history blame contribute delete
152 Bytes
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")