aifeifei798 commited on
Commit
27873de
·
verified ·
1 Parent(s): 50fb931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,7 +34,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
34
  generator = torch.Generator().manual_seed(seed)
35
  #prompt = f"{prompt}, Master of Light and Shadow."
36
  image = pipe(
37
- prompt = "",
38
  prompt_2 = prompt,
39
  width = width,
40
  height = height,
@@ -80,7 +80,7 @@ DarkIdol-flux is a text-to-image AI model designed to create aesthetic, detailed
80
  max_lines=12,
81
  placeholder="Enter your prompt",
82
  container=False,
83
- value="flux",
84
  )
85
 
86
  run_button = gr.Button("Run")
 
34
  generator = torch.Generator().manual_seed(seed)
35
  #prompt = f"{prompt}, Master of Light and Shadow."
36
  image = pipe(
37
+ prompt = "flux,",
38
  prompt_2 = prompt,
39
  width = width,
40
  height = height,
 
80
  max_lines=12,
81
  placeholder="Enter your prompt",
82
  container=False,
83
+ value="",
84
  )
85
 
86
  run_button = gr.Button("Run")