d-c-t's picture
Update app.py
ddff0b9
import gradio as gr
examples = [["2"], ["5"], ["one"], ["2022"]]
gr.Interface.load("huggingface/huggan/dcgan-mnist", examples=examples).launch();