import gradio as gr title = "Detect Pokemon" interface = gr.Interface.load("huggingface.co/tCode16/pokemon_kia") interface.launch()