Spaces:
Runtime error
Runtime error
Commit
·
23e6ea7
1
Parent(s):
0dac842
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ logging.basicConfig(
|
|
| 12 |
level=os.environ.get("LOGLEVEL", "INFO").upper(),
|
| 13 |
)
|
| 14 |
logger = logging.getLogger("turjuman.translate")
|
| 15 |
-
cache_dir="
|
| 16 |
|
| 17 |
|
| 18 |
# Get the turjuman object and its tokenizer
|
|
|
|
| 12 |
level=os.environ.get("LOGLEVEL", "INFO").upper(),
|
| 13 |
)
|
| 14 |
logger = logging.getLogger("turjuman.translate")
|
| 15 |
+
cache_dir="./mycache"
|
| 16 |
|
| 17 |
|
| 18 |
# Get the turjuman object and its tokenizer
|