shamikbose89 commited on
Commit
4c2841b
1 Parent(s): bfe35e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ language_code = "en"
19
  cache_dir = "/home/user/app/cache"
20
  os.makedirs(cache_dir, exist_ok=True)
21
  if os.path.isdir(cache_dir):
22
- gr.Info("Cache directory created at", cache_dir)
23
  else:
24
  gr.Warning("Cache directory creation error")
25
 
 
19
  cache_dir = "/home/user/app/cache"
20
  os.makedirs(cache_dir, exist_ok=True)
21
  if os.path.isdir(cache_dir):
22
+ gr.Info("Cache directory created at "+cache_dir)
23
  else:
24
  gr.Warning("Cache directory creation error")
25