NightPrince commited on
Commit
75bea53
·
verified ·
1 Parent(s): ab27a64

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 app_streamlit.py --server.port 7860 --server.address 0.0.0.0")