ahmedoumar commited on
Commit
23e6ea7
1 Parent(s): 0dac842

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="/content/mycache"
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