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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,8 +118,8 @@ def create_gradio_interface():
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):
125
  lora_dropdown = gr.Dropdown(lora_names, label="Select LoRA")
 
118
 
119
  with gr.Blocks() as demo:
120
  gr.Markdown("# OmniConsistency LoRA Image Generation")
 
121
  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)")
122
+ gr.HTML(header)
123
  with gr.Row():
124
  with gr.Column(scale=1):
125
  lora_dropdown = gr.Dropdown(lora_names, label="Select LoRA")