Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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']
|