Spaces:
Runtime error
Runtime error
Duy-Anh Dang
commited on
Commit
·
eaedffc
1
Parent(s):
d415044
rm imports
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@ import time
|
|
8 |
|
9 |
import main_app
|
10 |
import utils
|
11 |
-
import s3fs
|
12 |
from colour import Color
|
13 |
import plotly.graph_objects as go
|
14 |
from nltk import tokenize
|
@@ -23,13 +22,10 @@ from scipy import spatial
|
|
23 |
import re
|
24 |
import pytorch_lightning as pl
|
25 |
from bs4 import BeautifulSoup
|
26 |
-
import ipywidgets as widgets
|
27 |
-
from ipywidgets import FileUpload
|
28 |
from urlextract import URLExtract
|
29 |
from transformers import BertTokenizerFast as BertTokenizer, BertModel, BertConfig
|
30 |
import torch.nn as nn
|
31 |
import torch
|
32 |
-
from ipywidgets import interact, Dropdown
|
33 |
import boto3
|
34 |
from sagemaker import get_execution_role
|
35 |
from scipy import spatial
|
|
|
8 |
|
9 |
import main_app
|
10 |
import utils
|
|
|
11 |
from colour import Color
|
12 |
import plotly.graph_objects as go
|
13 |
from nltk import tokenize
|
|
|
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
|