Spaces:
Runtime error
Runtime error
# Start Jupyter notebook in the background | |
jupyter notebook --ip=0.0.0.0 --port=8888 --no-browser \ | |
--NotebookApp.token="" \ | |
--NotebookApp.password="" \ | |
--NotebookApp.allow_origin="*" \ | |
--NotebookApp.disable_check_xsrf=True \ | |
--notebook-dir=/app/notebooks & | |
# Start Gradio app | |
python /app/app.py |