yiren98 commited on
Commit
62a29d4
·
verified ·
1 Parent(s): 7c20325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def create_gradio_interface():
118
 
119
  with gr.Blocks() as demo:
120
  gr.Markdown("# OmniConsistency LoRA Image Generation")
121
- gr.Markdown(header, elem_id="header")
122
  gr.Markdown("Select a LoRA, enter a prompt, and upload an image to generate a new image with OmniConsistency. [View on GitHub](https://github.com/showlab/OmniConsistency)")
123
  with gr.Row():
124
  with gr.Column(scale=1):
 
118
 
119
  with gr.Blocks() as demo:
120
  gr.Markdown("# OmniConsistency LoRA Image Generation")
121
+ gr.Markdown(header)
122
  gr.Markdown("Select a LoRA, enter a prompt, and upload an image to generate a new image with OmniConsistency. [View on GitHub](https://github.com/showlab/OmniConsistency)")
123
  with gr.Row():
124
  with gr.Column(scale=1):