Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
|
|
119 |
outputs=out_image,
|
120 |
fn=infer,
|
121 |
cache_examples=True)
|
122 |
-
gr.
|
123 |
btn.click(fn=infer, inputs=[prompts,negative_prompts, in_image] , outputs=out_image)
|
124 |
|
125 |
demo.launch()
|
|
|
119 |
outputs=out_image,
|
120 |
fn=infer,
|
121 |
cache_examples=True)
|
122 |
+
gr.Markdown(info)
|
123 |
btn.click(fn=infer, inputs=[prompts,negative_prompts, in_image] , outputs=out_image)
|
124 |
|
125 |
demo.launch()
|