atimughal662 commited on
Commit
545e1fb
1 Parent(s): 11e2786

Upload generate.py

Browse files
Files changed (1) hide show
  1. generate.py +1 -1
generate.py CHANGED
@@ -5,7 +5,7 @@ if os.path.dirname(os.path.abspath(__file__)) not in sys.path:
5
  sys.path.append(os.path.dirname(os.path.abspath(__file__)))
6
 
7
  from src.gen import main
8
- from src.utils import H2O_Fire
9
 
10
 
11
  def entrypoint_main():
 
5
  sys.path.append(os.path.dirname(os.path.abspath(__file__)))
6
 
7
  from src.gen import main
8
+ from src.utzils import H2O_Fire
9
 
10
 
11
  def entrypoint_main():