KingNish commited on
Commit
7b84aae
1 Parent(s): 8346972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -232,12 +232,6 @@ with gr.Blocks() as demo:
232
  choices=STYLE_NAMES,
233
  value=DEFAULT_STYLE_NAME,
234
  label="Image Style",
235
- )
236
- negative_prompt = gr.Text(
237
- label="Negative prompt",
238
- max_lines=1,
239
- placeholder="Enter a negative prompt",
240
- visible=True,
241
  )
242
  seed = gr.Slider(
243
  label="Seed",
 
232
  choices=STYLE_NAMES,
233
  value=DEFAULT_STYLE_NAME,
234
  label="Image Style",
 
 
 
 
 
 
235
  )
236
  seed = gr.Slider(
237
  label="Seed",