srishti-hf1110 commited on
Commit
8845224
·
1 Parent(s): 6c5702f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -6,9 +6,6 @@ Automatically generated by Colaboratory.
6
  Original file is located at
7
  https://colab.research.google.com/drive/1XX8pCT291obpzL4fc1vu5L_HTG027lle
8
  """
9
- pip install datasets transformers evaluate gradio
10
- import datasets
11
- from transformers import AutoFeatureExtractor, AutoModelForImageClassification
12
 
13
  dataset = load_dataset("beans") # This should be the same as the first line of Python code in this Colab notebook
14
 
 
6
  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