LEIDIA commited on
Commit
d1f23d8
Β·
verified Β·
1 Parent(s): cfc9560

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks() as demo:
121
  placeholder="Enter your prompt",
122
  container=False,
123
  )
124
- run_button = gr.Button("Run", scale=0, variant="primary")
125
 
126
  result = gr.Image(label="Result", show_label=False)
127
 
 
121
  placeholder="Enter your prompt",
122
  container=False,
123
  )
124
+ run_button = gr.Button("Run", scale=0, variant="primary")
125
 
126
  result = gr.Image(label="Result", show_label=False)
127