diff --git a/gradio_ui.py b/gradio_ui.py index 68139e5..85028a3 100644 --- a/gradio_ui.py +++ b/gradio_ui.py @@ -353,12 +353,13 @@ if __name__ == "__main__": # self = BlendingFrontend(None) with gr.Blocks() as demo: - gr.HTML(""" + gr.HTML("""

Latent Blending

+

Create butter-smooth transitions between prompts, powered by stable diffusion

For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
- + Duplicate Space -

""") +

""") with gr.Row(): prompt1 = gr.Textbox(label="prompt 1")