From 465eb642d63ca318faf0e1f6a60f5e57b5c9af17 Mon Sep 17 00:00:00 2001 From: Johannes Stelzer Date: Thu, 23 Feb 2023 10:32:53 +0100 Subject: [PATCH] gradio upd --- gradio_ui.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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")