patrickvonplaten commited on
Commit
44f3bce
1 Parent(s): 4031105
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,8 +323,8 @@ with gr.Blocks(css="style.css") as demo:
323
 
324
  ex = gr.Examples(
325
  [
326
- [models[2].name, "Brad Pitt with sunglasses, highly realistic", 7.5, 25],
327
  [models[0].name, "portrait of a beautiful alyx vance half life", 10, 25],
 
328
  ],
329
  inputs=[model_name, prompt, guidance, steps],
330
  outputs=outputs,
 
323
 
324
  ex = gr.Examples(
325
  [
 
326
  [models[0].name, "portrait of a beautiful alyx vance half life", 10, 25],
327
+ [models[1].name, "Brad Pitt with sunglasses, highly realistic", 7.5, 25],
328
  ],
329
  inputs=[model_name, prompt, guidance, steps],
330
  outputs=outputs,