srishti-hf1110 commited on
Commit
787a489
1 Parent(s): 8845224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ Original file is located at
7
  https://colab.research.google.com/drive/1XX8pCT291obpzL4fc1vu5L_HTG027lle
8
  """
9
 
10
- dataset = load_dataset("beans") # This should be the same as the first line of Python code in this Colab notebook
11
 
12
  extractor = AutoFeatureExtractor.from_pretrained("saved_model_files")
13
  model = AutoModelForImageClassification.from_pretrained("saved_model_files")
 
7
  https://colab.research.google.com/drive/1XX8pCT291obpzL4fc1vu5L_HTG027lle
8
  """
9
 
10
+ dataset = datasets.load_dataset("beans") # This should be the same as the first line of Python code in this Colab notebook
11
 
12
  extractor = AutoFeatureExtractor.from_pretrained("saved_model_files")
13
  model = AutoModelForImageClassification.from_pretrained("saved_model_files")