Anonymous941
Update app.py
a5a93d6
raw
history blame
198 Bytes
import gradio as gr
from datasets import load_dataset, Image
dataset = load_dataset("botmaster/mother-2-battle-sprites", split="train")
gr.Interface.load("models/templates/text-to-image").launch()