from constants import css import gradio as gr block = gr.Blocks(css=css) with block: gr.HTML( """

Stable Diffusion fine-tuned Pokemons 🐾

This Space demonstrates a fine-tuned version of the Stable Diffusion (v1) model shipped by KerasCV. You can use the model to generate custom Pokemon-like characters. To get started either enter a text prompt or try one from the ones given below.

""" ) block.launch()