yiren98 commited on
Commit
474dcae
·
verified ·
1 Parent(s): 03d3eb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def create_gradio_interface():
110
 
111
  with gr.Blocks() as demo:
112
  gr.Markdown("# OmniConsistency LoRA Image Generation")
113
- gr.Markdown("Select a LoRA, enter a prompt, and upload an image to generate a new image with OmniConsistency. [View on GitHub](https://https://github.com/showlab/OmniConsistency)")
114
  with gr.Row():
115
  with gr.Column(scale=1):
116
  lora_dropdown = gr.Dropdown(lora_names, label="Select LoRA")
 
110
 
111
  with gr.Blocks() as demo:
112
  gr.Markdown("# OmniConsistency LoRA Image Generation")
113
+ 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)")
114
  with gr.Row():
115
  with gr.Column(scale=1):
116
  lora_dropdown = gr.Dropdown(lora_names, label="Select LoRA")