jafdxc commited on
Commit
49ad289
1 Parent(s): 4be5b8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import datasets
2
  from transformers import AutoFeatureExtractor, AutoModelForImageClassification
3
 
4
  # This should be the same as the first line of Python code in this Colab notebook
 
1
+ from datasets import load_dataset
2
  from transformers import AutoFeatureExtractor, AutoModelForImageClassification
3
 
4
  # This should be the same as the first line of Python code in this Colab notebook