stzhao commited on
Commit
f25d2fb
·
verified ·
1 Parent(s): 17764e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():