Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,7 @@ import pandas as pd
|
|
7 |
from utils import test_sentences
|
8 |
|
9 |
|
10 |
-
|
11 |
-
model = torch.load('bert_classification(0.87).pt', map_location=torch.device('cpu'))
|
12 |
|
13 |
|
14 |
# Gradio μΈν°νμ΄μ€μμ μ¬μ©ν ν¨μ μ μ
|
|
|
7 |
from utils import test_sentences
|
8 |
|
9 |
|
10 |
+
model = torch.load('bert_classification(0.87).pt')
|
|
|
11 |
|
12 |
|
13 |
# Gradio μΈν°νμ΄μ€μμ μ¬μ©ν ν¨μ μ μ
|