hshetty commited on
Commit
a3661ae
·
1 Parent(s): 901043e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import datasets
2
  from transformers import AutoFeatureExtractor, AutoModelForImageClassification
3
  import gradio as gr
 
4
 
5
  dataset = datasets.load_dataset('beans','full_size') # This should be the same as the first line of Python code in this Colab notebook
6
 
 
1
  import datasets
2
  from transformers import AutoFeatureExtractor, AutoModelForImageClassification
3
  import gradio as gr
4
+ import torch
5
 
6
  dataset = datasets.load_dataset('beans','full_size') # This should be the same as the first line of Python code in this Colab notebook
7