8 lines
196 B
Bash
8 lines
196 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
cp ../configs/model_config.py.example ../configs/model_config.py
|
||
|
cp ../configs/server_config.py.example ../configs/server_config.py
|
||
|
|
||
|
streamlit run webui_config.py --server.port 8510
|