camenduru commited on
Commit
572d4a7
·
verified ·
1 Parent(s): 3e2fa98

Create worker_runpod.py

Browse files
Files changed (1) hide show
  1. worker_runpod.py +2 -0
worker_runpod.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ from notebook.app import main
2
+ main(["--port", str(7860), "--ip", "0.0.0.0", "--NotebookApp.token", "", "--no-browser", "--NotebookApp.tornado_settings", "{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}"])