Commit
·
f3a75a0
1
Parent(s):
29ed44d
Update processing.py
Browse files- processing.py +0 -1
processing.py
CHANGED
@@ -29,7 +29,6 @@ from tqdm import tqdm
|
|
29 |
from google.oauth2.credentials import Credentials
|
30 |
import tempfile
|
31 |
from urllib.parse import urlparse, quote
|
32 |
-
import gdown
|
33 |
from clean_model import clean_model_name, shorten_filename, clean_filename
|
34 |
|
35 |
import warnings
|
|
|
29 |
from google.oauth2.credentials import Credentials
|
30 |
import tempfile
|
31 |
from urllib.parse import urlparse, quote
|
|
|
32 |
from clean_model import clean_model_name, shorten_filename, clean_filename
|
33 |
|
34 |
import warnings
|