lemonteaa commited on
Commit
87ae0d9
1 Parent(s): e042129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ with gr.Blocks() as demo:
55
  img = gr.Image(label='SDXS Generated Image')
56
  with gr.Row():
57
  prompt = gr.Textbox(label='Enter your prompt (English)', scale=8, value="portrait photo of a girl, photograph, highly detailed face, depth of field, moody light, golden hour")
 
58
  with gr.Accordion("More options", open=False):
59
  steps = gr.Slider(label="Number of steps", value=1, minimum=1, maximum=20, step=1)
60
  guidance = gr.Slider(label="Guidance", value=0, minimum=0, maximum=2, step=0.1)
 
55
  img = gr.Image(label='SDXS Generated Image')
56
  with gr.Row():
57
  prompt = gr.Textbox(label='Enter your prompt (English)', scale=8, value="portrait photo of a girl, photograph, highly detailed face, depth of field, moody light, golden hour")
58
+ with gr.Row():
59
  with gr.Accordion("More options", open=False):
60
  steps = gr.Slider(label="Number of steps", value=1, minimum=1, maximum=20, step=1)
61
  guidance = gr.Slider(label="Guidance", value=0, minimum=0, maximum=2, step=0.1)