Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
46 |
with gr.Group():
|
47 |
with gr.Row():
|
48 |
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")
|
49 |
-
num_inference_steps = gr.Slider(label="num_inference_steps", value=1,interactive=True)
|
50 |
submit = gr.Button(scale=1, variant='primary')
|
51 |
img = gr.Image(label='SDXS Generated Image')
|
52 |
|
|
|
46 |
with gr.Group():
|
47 |
with gr.Row():
|
48 |
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")
|
|
|
49 |
submit = gr.Button(scale=1, variant='primary')
|
50 |
img = gr.Image(label='SDXS Generated Image')
|
51 |
|