Spaces:
Runtime error
Runtime error
Updated positive prompt
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def infer(prompt: str, negative_prompt: str, num_imgs_to_gen: int, num_steps: in
|
|
21 |
# pass function, input type for prompt, the output for multiple images
|
22 |
gr.Interface(
|
23 |
infer, [
|
24 |
-
gr.Textbox(label="Positive Prompt", value="a
|
25 |
gr.Textbox(label="Negative Prompt", value="bad anatomy, blurry"),
|
26 |
gr.Slider(label='Number of gen image', minimum=1, maximum=4, value=2, step=1),
|
27 |
gr.Slider(label="Inference Steps",value=100),
|
|
|
21 |
# pass function, input type for prompt, the output for multiple images
|
22 |
gr.Interface(
|
23 |
infer, [
|
24 |
+
gr.Textbox(label="Positive Prompt", value="a markhor in space"),
|
25 |
gr.Textbox(label="Negative Prompt", value="bad anatomy, blurry"),
|
26 |
gr.Slider(label='Number of gen image', minimum=1, maximum=4, value=2, step=1),
|
27 |
gr.Slider(label="Inference Steps",value=100),
|