anzorq patrickvonplaten commited on
Commit
ccf6ac5
1 Parent(s): cebef55

Make sure people append " , arcane style" (#7)

Browse files

- Make sure people append " , arcane style" (fba2292880f0fe0ab4d4b26512764a72f72b4364)


Co-authored-by: Patrick von Platen <patrickvonplaten@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks() as demo:
39
  with gr.Row():
40
 
41
  with gr.Column():
42
- prompt = gr.Textbox(label="prompt")
43
  guidance = gr.Slider(label="guidance scale", value=7.5, maximum=15)
44
  steps = gr.Slider(label="steps", value=50, maximum=100, minimum=2)
45
  run = gr.Button(value="Run")
 
39
  with gr.Row():
40
 
41
  with gr.Column():
42
+ prompt = gr.Textbox(label="prompt (append ' , arcane style' as shown in examples)")
43
  guidance = gr.Slider(label="guidance scale", value=7.5, maximum=15)
44
  steps = gr.Slider(label="steps", value=50, maximum=100, minimum=2)
45
  run = gr.Button(value="Run")