Add import to gdown
Browse files- tasks/text.py +3 -0
tasks/text.py
CHANGED
@@ -9,6 +9,9 @@ from .utils.emissions import tracker, clean_emissions_data, get_space_info
|
|
9 |
|
10 |
import tensorflow as tf
|
11 |
|
|
|
|
|
|
|
12 |
router = APIRouter()
|
13 |
|
14 |
DESCRIPTION = "Random Baseline"
|
|
|
9 |
|
10 |
import tensorflow as tf
|
11 |
|
12 |
+
# Download from Google Drive
|
13 |
+
import gdown
|
14 |
+
|
15 |
router = APIRouter()
|
16 |
|
17 |
DESCRIPTION = "Random Baseline"
|