Spaces:
Running
Running
Update app.py
Browse files
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.
|
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,
|