Update app.py
Browse files
app.py
CHANGED
@@ -124,6 +124,7 @@ def run_pipeline(image_caption, text_caption, seed, num_inference_steps, guidanc
|
|
124 |
# Gradio interface
|
125 |
with gr.Blocks() as demo:
|
126 |
gr.Markdown("# LeX-Enhancer & LeX-Lumina Demo")
|
|
|
127 |
gr.Markdown("Generate enhanced captions from simple image and text descriptions, then create images with LeX-Lumina")
|
128 |
|
129 |
with gr.Row():
|
|
|
124 |
# Gradio interface
|
125 |
with gr.Blocks() as demo:
|
126 |
gr.Markdown("# LeX-Enhancer & LeX-Lumina Demo")
|
127 |
+
gr.Markdown("# Project Page: https://zhaoshitian.github.io/lexart/")
|
128 |
gr.Markdown("Generate enhanced captions from simple image and text descriptions, then create images with LeX-Lumina")
|
129 |
|
130 |
with gr.Row():
|