gbryan commited on
Commit
a123851
·
1 Parent(s): 842b256
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from transformers import pipeline
3
 
4
  pipe = pipeline(task="image-classification", model="imjeffhi/pokemon_classifier")
5
 
 
1
  import gradio as gr
2
+ from transformer import pipeline
3
 
4
  pipe = pipeline(task="image-classification", model="imjeffhi/pokemon_classifier")
5