Spaces:
Build error
Build error
Commit
•
6e59fbf
1
Parent(s):
c8136d1
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(css=css) as demo:
|
|
65 |
with gr.Accordion("Advanced Settings", open=False):
|
66 |
negative_prompt_normal = gr.Textbox(label="Negative Prompt")
|
67 |
guidance_scale_normal = gr.Number(label="Guidance Scale", value=7)
|
68 |
-
gr.Examples(examples=
|
69 |
with gr.Tab("CosXL Edit"):
|
70 |
with gr.Group():
|
71 |
image_edit = gr.Image(label="Image you would like to edit", type="pil")
|
|
|
65 |
with gr.Accordion("Advanced Settings", open=False):
|
66 |
negative_prompt_normal = gr.Textbox(label="Negative Prompt")
|
67 |
guidance_scale_normal = gr.Number(label="Guidance Scale", value=7)
|
68 |
+
gr.Examples(examples=normal_examples, fn=run_normal, inputs=[prompt_normal], outputs=[output_normal], cache_examples=True)
|
69 |
with gr.Tab("CosXL Edit"):
|
70 |
with gr.Group():
|
71 |
image_edit = gr.Image(label="Image you would like to edit", type="pil")
|