nxphi47 commited on
Commit
cda086c
1 Parent(s): 3a2a429

Update multipurpose_chatbot/engines/transformers_engine.py

Browse files
multipurpose_chatbot/engines/transformers_engine.py CHANGED
@@ -8,6 +8,7 @@ except ModuleNotFoundError:
8
  print(f'Cannot import hf `spaces` with `import spaces`.')
9
  def maybe_spaces_gpu(fn):
10
  return fn
 
11
  import os
12
  import numpy as np
13
  import argparse
 
8
  print(f'Cannot import hf `spaces` with `import spaces`.')
9
  def maybe_spaces_gpu(fn):
10
  return fn
11
+
12
  import os
13
  import numpy as np
14
  import argparse