ibrim commited on
Commit
ebe5fe5
1 Parent(s): 6fde60c

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -1,5 +1,5 @@
1
  import torch
2
-
3
  debug = True
4
  image_path = ""
5
  captions_path = os.getcwd()
 
1
  import torch
2
+ import os
3
  debug = True
4
  image_path = ""
5
  captions_path = os.getcwd()