jbilcke-hf HF staff commited on
Commit
d15185d
1 Parent(s): b1657eb

Removing the run button as I do not need it

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -85,7 +85,6 @@ with gr.Blocks() as demo:
85
  placeholder='Enter your prompt',
86
  container=False,
87
  )
88
- run_button = gr.Button('Run', scale=0)
89
  result = gr.Image(label='Result', show_label=False)
90
 
91
  use_negative_prompt = gr.Checkbox(label='Use negative prompt', value=False)
 
85
  placeholder='Enter your prompt',
86
  container=False,
87
  )
 
88
  result = gr.Image(label='Result', show_label=False)
89
 
90
  use_negative_prompt = gr.Checkbox(label='Use negative prompt', value=False)