Update README.md
Browse files
README.md
CHANGED
|
@@ -101,9 +101,11 @@ os.environ['TIKTOKEN_RS_CACHE_DIR']= "/content/harmony_encoding"
|
|
| 101 |
|
| 102 |
In code cell 6 make changes to
|
| 103 |
|
| 104 |
-
path1 = 'path where modified nemo skill repo is kept(unzipped folder not the zipped one)'
|
| 105 |
sys.path.append('path where modified nemo skill repo is kept')
|
| 106 |
|
|
|
|
|
|
|
| 107 |
eg:
|
| 108 |
path1 = '/content/modified-nemo-skills'
|
| 109 |
sys.path.append('/content/modified-nemo-skills')
|
|
|
|
| 101 |
|
| 102 |
In code cell 6 make changes to
|
| 103 |
|
| 104 |
+
path1 = 'path where modified nemo skill repo is kept(unzipped folder not the zipped one)' # this will be added to pythonpath
|
| 105 |
sys.path.append('path where modified nemo skill repo is kept')
|
| 106 |
|
| 107 |
+
|
| 108 |
+
|
| 109 |
eg:
|
| 110 |
path1 = '/content/modified-nemo-skills'
|
| 111 |
sys.path.append('/content/modified-nemo-skills')
|