Andy Lau commited on
Commit
b677545
·
1 Parent(s): a2e29ef
Files changed (1) hide show
  1. FunctionsModelSA_V1.py +3 -3
FunctionsModelSA_V1.py CHANGED
@@ -18,13 +18,13 @@ from scipy import spatial
18
  import re
19
  import pytorch_lightning as pl
20
  from bs4 import BeautifulSoup
21
- import ipywidgets as widgets
22
- from ipywidgets import FileUpload
23
  # from urlextract import URLExtract
24
  from transformers import BertTokenizerFast as BertTokenizer, BertModel, BertConfig
25
  import torch.nn as nn
26
  import torch
27
- from ipywidgets import interact, Dropdown
28
  import boto3
29
  # from sagemaker import get_execution_role
30
  from scipy import spatial
 
18
  import re
19
  import pytorch_lightning as pl
20
  from bs4 import BeautifulSoup
21
+ # import ipywidgets as widgets
22
+ # from ipywidgets import FileUpload
23
  # from urlextract import URLExtract
24
  from transformers import BertTokenizerFast as BertTokenizer, BertModel, BertConfig
25
  import torch.nn as nn
26
  import torch
27
+ # from ipywidgets import interact, Dropdown
28
  import boto3
29
  # from sagemaker import get_execution_role
30
  from scipy import spatial