kia-pokemon / app.py
ZRLTMU
adapted to model
15c089f
raw
history blame contribute delete
136 Bytes
import gradio as gr
title = "Detect Pokemon"
interface = gr.Interface.load("huggingface.co/tCode16/pokemon_kia")
interface.launch()