jennasparks commited on
Commit
58ef950
·
verified ·
1 Parent(s): fe9b87b

Add import to gdown

Browse files
Files changed (1) hide show
  1. 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"