stzhao commited on
Commit
caf412f
·
verified ·
1 Parent(s): ee219ba

Update app.py

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