zuv0 commited on
Commit
a82d763
·
verified ·
1 Parent(s): 17903e8

Update myRun.ipynb

Browse files
Files changed (1) hide show
  1. myRun.ipynb +1 -1
myRun.ipynb CHANGED
@@ -26,7 +26,7 @@
26
  "!mkdir -p tmp\n",
27
  "!mkdir -p /tmp/gradio/\n",
28
  "\n",
29
- "!LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4 python3.10 launch.py --theme dark --allow-code --listen --cuda-stream --pin-shared-memory"
30
  ]
31
  },
32
  {
 
26
  "!mkdir -p tmp\n",
27
  "!mkdir -p /tmp/gradio/\n",
28
  "\n",
29
+ "!LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4 python3.10 launch.py --port 4411 --theme dark --allow-code --listen --share --cuda-stream --pin-shared-memory"
30
  ]
31
  },
32
  {