multimodalart HF staff commited on
Commit
2ca84f7
1 Parent(s): edb8b5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,