srishti-hf1110 commited on
Commit
9140899
1 Parent(s): 950de9a

Update app.py

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