NightPrince commited on
Commit
3db3ae6
·
verified ·
1 Parent(s): 252e8f6

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import os
2
+
3
+ # Launch Streamlit manually even though SDK is Gradio
4
+ os.system("streamlit run streamlit_app.py --server.port 7860 --server.address 0.0.0.0")