Spaces:
Runtime error
Runtime error
second
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
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 |
|