HarpreetK commited on
Commit
37fe551
·
verified ·
1 Parent(s): 28e2994

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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')