Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def run_pipeline(image_caption, text_caption, seed, num_inference_steps, guidanc
|
|
100 |
# Gradio interface
|
101 |
with gr.Blocks() as demo:
|
102 |
gr.Markdown("# LeX-Enhancer & LeX-Lumina Demo")
|
103 |
-
gr.Markdown("Generate enhanced captions from simple image and text descriptions, then create images with
|
104 |
|
105 |
with gr.Row():
|
106 |
with gr.Column():
|
|
|
100 |
# Gradio interface
|
101 |
with gr.Blocks() as demo:
|
102 |
gr.Markdown("# LeX-Enhancer & LeX-Lumina Demo")
|
103 |
+
gr.Markdown("Generate enhanced captions from simple image and text descriptions, then create images with LeX-Lumina")
|
104 |
|
105 |
with gr.Row():
|
106 |
with gr.Column():
|