svjack commited on
Commit
6d9770b
1 Parent(s): a0a2137

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ with gr.Blocks(css=css) as demo:
240
  image_style = gr.Dropdown(label="Style", choices=["None style", "Cinematic", "Digital Art", "Portrait"], value="Portrait", allow_custom_value=False)
241
 
242
  with gr.Row():
243
- with gr.Columns():
244
  exps = gr.Examples(
245
  get_samples(),
246
  inputs = text_prompt,
 
240
  image_style = gr.Dropdown(label="Style", choices=["None style", "Cinematic", "Digital Art", "Portrait"], value="Portrait", allow_custom_value=False)
241
 
242
  with gr.Row():
243
+ with gr.Column():
244
  exps = gr.Examples(
245
  get_samples(),
246
  inputs = text_prompt,