Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| gr.Gallery(["examples/dali-walle.jpg"]) | |
| demo.launch() |
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| gr.Gallery(["examples/dali-walle.jpg"]) | |
| demo.launch() |