Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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
|
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()
|