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