rafaelferreira's picture
Update app.py
f696391
raw
history blame
154 Bytes
import gradio as gr
examples = [["pikachu"], ["charmander"]]
gr.Interface.load("huggingface/ronvolutional/ai-pokemon-card", examples=examples).launch();