Duy-Anh Dang commited on
Commit
d97ba29
·
1 Parent(s): eaedffc
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -21,13 +21,11 @@ import string
21
  from scipy import spatial
22
  import re
23
  import pytorch_lightning as pl
24
- from bs4 import BeautifulSoup
25
  from urlextract import URLExtract
26
  from transformers import BertTokenizerFast as BertTokenizer, BertModel, BertConfig
27
  import torch.nn as nn
28
  import torch
29
  import boto3
30
- from sagemaker import get_execution_role
31
  from scipy import spatial
32
  from ipyfilechooser import FileChooser
33
  import random
 
21
  from scipy import spatial
22
  import re
23
  import pytorch_lightning as pl
 
24
  from urlextract import URLExtract
25
  from transformers import BertTokenizerFast as BertTokenizer, BertModel, BertConfig
26
  import torch.nn as nn
27
  import torch
28
  import boto3
 
29
  from scipy import spatial
30
  from ipyfilechooser import FileChooser
31
  import random