Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
# Use a pipeline as a high-level helper
|
2 |
from transformers import pipeline
|
3 |
-
import gradio
|
4 |
import gradio as gr
|
5 |
|
6 |
image_processor = pipeline("image-classification", model="google/vit-base-patch16-224")
|
|
|
1 |
# Use a pipeline as a high-level helper
|
2 |
from transformers import pipeline
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
image_processor = pipeline("image-classification", model="google/vit-base-patch16-224")
|