Spaces:
Paused
Paused
| # Start the netron server | |
| netron & | |
| # Start the the web app | |
| flask --app proxy run --host 0.0.0.0 --port 7860 & | |
| wait -n | |
| exit $? | |
| # Start the netron server | |
| netron & | |
| # Start the the web app | |
| flask --app proxy run --host 0.0.0.0 --port 7860 & | |
| wait -n | |
| exit $? | |