Spaces:
Runtime error
Runtime error
rafaelferreira
commited on
Commit
•
5a858a3
1
Parent(s):
65a1abe
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
gr.Interface.load("huggingface/imjeffhi/pokemon_classifier", examples=examples).launch();
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("huggingface/imjeffhi/pokemon_classifier").launch();
|
|
|
|