stlaurentjr commited on
Commit
b4737f9
1 Parent(s): 1884af4

Update notebooks/RNPD-A1111.ipynb

Browse files
Files changed (1) hide show
  1. notebooks/RNPD-A1111.ipynb +1 -1
notebooks/RNPD-A1111.ipynb CHANGED
@@ -32,7 +32,7 @@
32
  "# Set to true only if you want to install the dependencies again.\n",
33
  "\n",
34
  "#--------------------\n",
35
- "with open('/dev/null', 'w') as devnull:import requests, os, time, importlib;open('/workspace/mainrunpodA1111.py', 'wb').write(requests.get('https://huggingface.co/datasets/TheLastBen/RNPD/raw/main/Scripts/mainrunpodA1111.py').content);os.chdir('/workspace');time.sleep(2);import mainrunpodA1111;importlib.reload(mainrunpodA1111);from mainrunpodA1111 import *;Deps(force_reinstall)"
36
  ]
37
  },
38
  {
 
32
  "# Set to true only if you want to install the dependencies again.\n",
33
  "\n",
34
  "#--------------------\n",
35
+ "with open('/dev/null', 'w') as devnull:import requests, os, time, importlib;open('/workspace/mainrunpodA1111.py', 'wb').write(requests.get('https://huggingface.co/spaces/stlaurentjr/RNPD/raw/main/scripts/mainrunpodA1111.py').content);os.chdir('/workspace');time.sleep(2);import mainrunpodA1111;importlib.reload(mainrunpodA1111);from mainrunpodA1111 import *;Deps(force_reinstall)"
36
  ]
37
  },
38
  {