Evel commited on
Commit
7331e39
1 Parent(s): 7218940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -260,11 +260,8 @@ with gr.Blocks(css=css) as demo:
260
  generate.click(inference, inputs=inputs, outputs=outputs)
261
 
262
  ex = gr.Examples([
263
- [models[7].name, "tiny cute and adorable kitten adventurer dressed in a warm overcoat with survival gear on a winters day", 7.5, 50],
264
- [models[4].name, "portrait of dwayne johnson", 7.0, 75],
265
- [models[5].name, "portrait of a beautiful alyx vance half life", 10, 50],
266
- [models[6].name, "Aloy from Horizon: Zero Dawn, half body portrait, smooth, detailed armor, beautiful face, illustration", 7.0, 45],
267
- [models[5].name, "fantasy portrait painting, digital art", 4.0, 30],
268
  ], inputs=[model_name, prompt, guidance, steps, seed], outputs=outputs, fn=inference, cache_examples=False)
269
 
270
  gr.HTML("""
 
260
  generate.click(inference, inputs=inputs, outputs=outputs)
261
 
262
  ex = gr.Examples([
263
+ [models[0].name, "iron man", 7.5, 50],
264
+
 
 
 
265
  ], inputs=[model_name, prompt, guidance, steps, seed], outputs=outputs, fn=inference, cache_examples=False)
266
 
267
  gr.HTML("""