Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
|
|
97 |
out_image = gr.Gallery(label="Generated Image")
|
98 |
with gr.Row():
|
99 |
btn = gr.Button("Run")
|
100 |
-
with gr.Row()
|
101 |
gr.Examples(examples=examples,
|
102 |
inputs=[prompts,negative_prompts, in_image],
|
103 |
outputs=out_image,
|
|
|
97 |
out_image = gr.Gallery(label="Generated Image")
|
98 |
with gr.Row():
|
99 |
btn = gr.Button("Run")
|
100 |
+
with gr.Row():
|
101 |
gr.Examples(examples=examples,
|
102 |
inputs=[prompts,negative_prompts, in_image],
|
103 |
outputs=out_image,
|