venkatesh-thiru commited on
Commit
b4f3d8a
1 Parent(s): 8329110

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):