Spaces:
Sleeping
Sleeping
Commit
·
43a9517
1
Parent(s):
4574704
chnaged port
Browse files- scripts/launch_app.sh +1 -1
scripts/launch_app.sh
CHANGED
|
@@ -4,4 +4,4 @@ export PYTHONPATH='.'
|
|
| 4 |
|
| 5 |
# source .venv/bin/activate
|
| 6 |
|
| 7 |
-
CUDA_VISIBLE_DEVICES="" uv run -m streamlit run entrypoints/app.py --server.address=0.0.0.0 --server.port=
|
|
|
|
| 4 |
|
| 5 |
# source .venv/bin/activate
|
| 6 |
|
| 7 |
+
CUDA_VISIBLE_DEVICES="" uv run -m streamlit run entrypoints/app.py --server.address=0.0.0.0 --server.port=7860
|