Gregniuki commited on
Commit
66c74b5
·
1 Parent(s): e0ba99f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ if not os.path.exists("/content/piper/src/python/lng"):
36
  subprocess.run(command, shell=True)
37
 
38
  import sys
39
- sys.path.append('/content/piper/notebooks')
 
40
  import configparser
41
 
42
  class Translator:
 
36
  subprocess.run(command, shell=True)
37
 
38
  import sys
39
+ #sys.path.append('/content/piper/notebooks')
40
+ sys.path.append('/content/piper/src/python')
41
  import configparser
42
 
43
  class Translator: