primerz commited on
Commit
d2e5a40
·
verified ·
1 Parent(s): 70165c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -504,14 +504,14 @@ with gr.Blocks(title="RetroArt Converter - Img2Img", theme=gr.themes.Soft()) as
504
 
505
  prompt = gr.Textbox(
506
  label="Prompt (trigger word auto-added)",
507
- value="retro game character, vibrant colors, highly detailed",
508
  lines=3,
509
  info=f"'{TRIGGER_WORD}' will be automatically added"
510
  )
511
 
512
  negative_prompt = gr.Textbox(
513
  label="Negative Prompt",
514
- value="blurry, low quality, ugly, distorted, deformed, bad anatomy",
515
  lines=2
516
  )
517
 
 
504
 
505
  prompt = gr.Textbox(
506
  label="Prompt (trigger word auto-added)",
507
+ value=" ",
508
  lines=3,
509
  info=f"'{TRIGGER_WORD}' will be automatically added"
510
  )
511
 
512
  negative_prompt = gr.Textbox(
513
  label="Negative Prompt",
514
+ value=" ",
515
  lines=2
516
  )
517