Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
108 |
pag_layers = gr.Dropdown(label="Model layers to apply Pag to", info="mid is the one used on the paper, up and down blocks seem unstable", choices=["up", "mid", "down"], multiselect=True, value="mid")
|
109 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
110 |
seed = gr.Slider(minimum=1, maximum=9007199254740991, step=1, randomize=True)
|
111 |
-
gr.Examples(fn=run, examples=[" ", "an insect robot preparing a delicious meal, anime style", "a photo of a group of friends at an amusement park"], inputs=prompt, outputs=[output, seed], cache_examples=True)
|
112 |
gr.on(
|
113 |
triggers=[
|
114 |
button_xlc.click,
|
|
|
108 |
pag_layers = gr.Dropdown(label="Model layers to apply Pag to", info="mid is the one used on the paper, up and down blocks seem unstable", choices=["up", "mid", "down"], multiselect=True, value="mid")
|
109 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
110 |
seed = gr.Slider(minimum=1, maximum=9007199254740991, step=1, randomize=True)
|
111 |
+
#gr.Examples(fn=run, examples=[" ", "an insect robot preparing a delicious meal, anime style", "a photo of a group of friends at an amusement park"], inputs=prompt, outputs=[output, seed], cache_examples=True)
|
112 |
gr.on(
|
113 |
triggers=[
|
114 |
button_xlc.click,
|