Spaces:
Runtime error
Runtime error
ZRLTMU commited on
Commit ·
15c089f
1
Parent(s): db29e77
adapted to model
Browse files
app.py
CHANGED
|
@@ -1,13 +1,8 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
interface = gr.Interface.load("huggingface.co/tCode16/pokemon_kia",
|
| 8 |
-
description=description,
|
| 9 |
-
examples=examples
|
| 10 |
-
)
|
| 11 |
|
| 12 |
interface.launch()
|
| 13 |
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
title = "Detect Pokemon"
|
| 4 |
+
|
| 5 |
+
interface = gr.Interface.load("huggingface.co/tCode16/pokemon_kia")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
interface.launch()
|
| 8 |
|