Skip to content

yc3231996/woodwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

启动:

进入venv

source ./venv/bin/activate

在streamlit目录下启动服务,会在运行目录下的static目录下生成vidoes目录用于存放上传的视频

nohup streamlit run app.py &

查看进程:

ps -ef | grep streamlit

对于上传的文件存储在数据盘中,用ln建立连接 ln -s [目标文件或目录] [符号链接路径]

streamlit的static资源默认访问为/app/static

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages