Spaces:
Sleeping
Sleeping
| # Fix HuggingFace Spaces OMP_NUM_THREADS issue | |
| if [[ "$OMP_NUM_THREADS" == *"m" ]]; then | |
| export OMP_NUM_THREADS=4 | |
| fi | |
| # Start Streamlit | |
| streamlit run app.py | |