patrickvonplaten commited on
Commit
2bd5f25
1 Parent(s): a43f147
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -300,7 +300,6 @@ with gr.Blocks(css="style.css") as demo:
300
 
301
  ex = gr.Examples([
302
  [models[2].name, "Brad Pitt with sunglasses, highly realistic", 7.5, 25],
303
- [models[1].name, "Johnny Deep with red hair", 7.0, 35],
304
  [models[0].name, "portrait of a beautiful alyx vance half life", 10, 25],
305
  ], inputs=[model_name, prompt, guidance, steps], outputs=outputs, fn=inference, cache_examples=False)
306
 
 
300
 
301
  ex = gr.Examples([
302
  [models[2].name, "Brad Pitt with sunglasses, highly realistic", 7.5, 25],
 
303
  [models[0].name, "portrait of a beautiful alyx vance half life", 10, 25],
304
  ], inputs=[model_name, prompt, guidance, steps], outputs=outputs, fn=inference, cache_examples=False)
305