ksatzke commited on
Commit
59c09a6
·
verified ·
1 Parent(s): 0526a15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,8 +10,7 @@ import numpy as np
10
  import json
11
 
12
  # Huggingface stuff
13
- from datasets import concatenate_datasets, Dataset
14
- from datasets import load_dataset
15
 
16
  from huggingface_hub import hf_hub_url, ModelCard
17
 
 
10
  import json
11
 
12
  # Huggingface stuff
13
+ from datasets import load_dataset, Dataset
 
14
 
15
  from huggingface_hub import hf_hub_url, ModelCard
16