Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
import
|
| 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
|