Spaces:
Running
Running
Update app.py
Browse files
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:
|