Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|