svjack commited on
Commit
13f48f4
β€’
1 Parent(s): b910d20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -374,10 +374,10 @@ def on_ui_tabs():
374
 
375
  gr.Examples(
376
  [
377
- ["A lovely cat", "low quality, blur", "Anime", "Drawing", "Bloom light", "F/14"],
378
- ["A cute blue boy", "low quality, blur", "Anime", "3D style", "None", "Random"],
379
  ],
380
- inputs = [txt2img_prompt, txt2img_negative_prompt, category_dropdown, style_dropdown, lightning_dropdown, lens_dropdown]
381
  )
382
 
383
  return prompt_generator
 
374
 
375
  gr.Examples(
376
  [
377
+ ["A lovely cat", "low quality, blur", "OpenJourney-V4", "Anime", "Drawing", "Bloom light", "F/14"],
378
+ ["A cute blue boy", "low quality, blur", "OpenJourney-V4", "Anime", "3D style", "None", "Random"],
379
  ],
380
+ inputs = [txt2img_prompt, txt2img_negative_prompt, current_model, category_dropdown, style_dropdown, lightning_dropdown, lens_dropdown]
381
  )
382
 
383
  return prompt_generator