Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Update app.py
Browse files
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="
|
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")
|