ccm commited on
Commit
2ce9b97
β€’
1 Parent(s): 7d3588d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -6,7 +6,7 @@ import numpy # to work with vectors
6
  import pandas # to work with pandas
7
  import json # to work with JSON
8
  import datasets # to load the dataset
9
- import space # for GPU
10
 
11
  # Load the dataset and convert to pandas
12
  full_data = datasets.load_dataset("ccm/publications")["train"].to_pandas()
 
6
  import pandas # to work with pandas
7
  import json # to work with JSON
8
  import datasets # to load the dataset
9
+ import spaces # for GPU
10
 
11
  # Load the dataset and convert to pandas
12
  full_data = datasets.load_dataset("ccm/publications")["train"].to_pandas()