Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|