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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -121,9 +121,9 @@ 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
 
128
 
129
  with gr.Row():
 
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
 
128
 
129
  with gr.Row():