Update app.py
Browse files
app.py
CHANGED
|
@@ -9,8 +9,7 @@ Original file is located at
|
|
| 9 |
|
| 10 |
import pandas as pd
|
| 11 |
import numpy as np
|
| 12 |
-
|
| 13 |
-
import torch
|
| 14 |
from transformers import BertTokenizer
|
| 15 |
import seaborn as sns
|
| 16 |
import matplotlib.pyplot as plt
|
|
|
|
| 9 |
|
| 10 |
import pandas as pd
|
| 11 |
import numpy as np
|
| 12 |
+
from torchvision import torch
|
|
|
|
| 13 |
from transformers import BertTokenizer
|
| 14 |
import seaborn as sns
|
| 15 |
import matplotlib.pyplot as plt
|