AdarshJi commited on
Commit
54ab613
·
verified ·
1 Parent(s): 58dd252

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -18,4 +18,4 @@ echo " CHROME_BIN=${CHROME_BIN:-/usr/bin/chromium}"
18
 
19
  # Start uvicorn pointing at your module (perchance_server.py -> app)
20
  # Use 1 worker in Spaces; adjust if you understand the environment.
21
- exec uvicorn perchance_server:app --host 0.0.0.0 --port "${PORT}" --workers 1 --log-level info
 
18
 
19
  # Start uvicorn pointing at your module (perchance_server.py -> app)
20
  # Use 1 worker in Spaces; adjust if you understand the environment.
21
+ exec uvicorn server:app --host 0.0.0.0 --port "${PORT}" --workers 1 --log-level info