venkatesh-thiru commited on
Commit
670e5e8
1 Parent(s): 295432a

Upload model

Browse files
Files changed (1) hide show
  1. s2l8hModel.py +2 -2
s2l8hModel.py CHANGED
@@ -1,6 +1,6 @@
1
  from transformers import PreTrainedModel
2
- from AUNet import AUNet
3
- from AUNetConfig import AUNetConfig
4
  import torch
5
 
6
  class s2l8hModel(PreTrainedModel):
 
1
  from transformers import PreTrainedModel
2
+ from .AUNet import AUNet
3
+ from .AUNetConfig import AUNetConfig
4
  import torch
5
 
6
  class s2l8hModel(PreTrainedModel):