zArabi commited on
Commit
ab3bc41
·
1 Parent(s): 5f315a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +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
 
10
  modelName = 'HooshvareLab/bert-fa-base-uncased'
11
  class_names = ['negative', 'neutral', 'positive']
 
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']