ChenyangSi commited on
Commit
a22ad31
·
1 Parent(s): f933a72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,7 +107,7 @@ with block:
107
  placeholder="Enter your prompt",
108
  container=False,
109
  )
110
- btn = gr.Button("Generate image", scale=0)
111
 
112
  with gr.Row():
113
  with gr.Column(min_width=256) as c1:
@@ -124,7 +124,7 @@ with block:
124
  placeholder="Enter your prompt",
125
  container=False,
126
  )
127
- btn = gr.Button("Generate image", scale=0)
128
 
129
  with gr.Row():
130
  with gr.Column(min_width=256) as c2:
 
107
  placeholder="Enter your prompt",
108
  container=False,
109
  )
110
+ btn = gr.Button("Generate image", scale=0)
111
 
112
  with gr.Row():
113
  with gr.Column(min_width=256) as c1:
 
124
  placeholder="Enter your prompt",
125
  container=False,
126
  )
127
+ btn = gr.Button("Generate image", scale=0)
128
 
129
  with gr.Row():
130
  with gr.Column(min_width=256) as c2: