Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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://
|
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")
|