lruizap commited on
Commit
76825d6
·
1 Parent(s): c724ac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")