import gradio as gr examples = [["2"], ["5"], ["one"], ["2022"]] gr.Interface.load("huggingface/huggan/dcgan-mnist", examples=examples).launch();