nakas commited on
Commit
fcee586
·
verified ·
1 Parent(s): 7f0ed85

Delete run.sh

Browse files
Files changed (1) hide show
  1. run.sh +0 -12
run.sh DELETED
@@ -1,12 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Start Jupyter notebook in the background
4
- jupyter notebook --ip=0.0.0.0 --port=8888 --no-browser \
5
- --NotebookApp.token="" \
6
- --NotebookApp.password="" \
7
- --NotebookApp.allow_origin="*" \
8
- --NotebookApp.disable_check_xsrf=True \
9
- --notebook-dir=/app/notebooks &
10
-
11
- # Start Gradio app
12
- python /app/app.py