AlekseyCalvin commited on
Commit
4c75c59
·
verified ·
1 Parent(s): 231ef6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
36
  sched = gr.Dropdown(label="Scheduler", value="LCM", choices=["LCM", "Euler A"])
37
  init_img = gr.Image(label="Init Image (Optional)", type="pil", height=150)
38
 
39
- prompts = gr.Code(label="Prompts (JSON)", language="json", height=150,
40
  value='{\n "0": "a mystical forest, highly detailed, 8k",\n "40": "a forest fire, intricate details"\n}')
41
  neg = gr.Textbox(label="Negative", value="blur, low quality, watermark")
42
 
 
36
  sched = gr.Dropdown(label="Scheduler", value="LCM", choices=["LCM", "Euler A"])
37
  init_img = gr.Image(label="Init Image (Optional)", type="pil", height=150)
38
 
39
+ prompts = gr.Code(label="Prompts (JSON)", language="json",
40
  value='{\n "0": "a mystical forest, highly detailed, 8k",\n "40": "a forest fire, intricate details"\n}')
41
  neg = gr.Textbox(label="Negative", value="blur, low quality, watermark")
42