24Sureshkumar's picture
Update app.sh
3291108 verified
raw
history blame
179 Bytes
# #!/bin/bash
# streamlit run app.py --server.port 7860 --server.address 0.0.0.0
#!/bin/bash
# app.sh
export PYTORCH_ENABLE_MPS_FALLBACK=1 # Optional safety
streamlit run app.py