zArabi commited on
Commit
471a600
1 Parent(s): 28bc44f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import torch.nn.functional as F
6
  import huggingface_hub
7
  from huggingface_hub import hf_hub_download
8
  from preprocessing import *
9
- from model.py import *
10
 
11
  modelName = 'HooshvareLab/bert-fa-base-uncased'
12
  class_names = ['negative', 'neutral', 'positive']
 
6
  import huggingface_hub
7
  from huggingface_hub import hf_hub_download
8
  from preprocessing import *
9
+ from modelFile import *
10
 
11
  modelName = 'HooshvareLab/bert-fa-base-uncased'
12
  class_names = ['negative', 'neutral', 'positive']