3 lines
98 B
Python
3 lines
98 B
Python
|
import os
|
||
|
os.system('streamlit run web_internlm2.py --server.address=0.0.0.0 --server.port 7860')
|