Spaces:
Sleeping
Sleeping
Commit
·
b3bb3d2
1
Parent(s):
a117b1d
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import torch
|
|
5 |
from transformers import Trainer, TrainingArguments
|
6 |
from transformers import AutoModelForImageClassification
|
7 |
import numpy as np
|
8 |
-
import evaluate
|
9 |
from transformers import AutoFeatureExtractor, AutoModelForImageClassification
|
10 |
|
11 |
dataset = load_dataset('beans') # This should be the same as the first line of Python code in this Colab notebook
|
|
|
5 |
from transformers import Trainer, TrainingArguments
|
6 |
from transformers import AutoModelForImageClassification
|
7 |
import numpy as np
|
|
|
8 |
from transformers import AutoFeatureExtractor, AutoModelForImageClassification
|
9 |
|
10 |
dataset = load_dataset('beans') # This should be the same as the first line of Python code in this Colab notebook
|