Spaces:
Runtime error
Runtime error
refactor: update generate image button label
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks() as demo:
|
|
196 |
with gr.Row():
|
197 |
prompt = gr.Textbox(label='Enter your prompt (English)', scale=8)
|
198 |
submit_prompt = gr.Button(
|
199 |
-
scale=1, variant='primary'
|
200 |
img = gr.Image(label='SDXL-Lightning Generated Image')
|
201 |
|
202 |
with gr.Row(variant="panel"):
|
|
|
196 |
with gr.Row():
|
197 |
prompt = gr.Textbox(label='Enter your prompt (English)', scale=8)
|
198 |
submit_prompt = gr.Button(
|
199 |
+
'Generate Image', scale=1, variant='primary')
|
200 |
img = gr.Image(label='SDXL-Lightning Generated Image')
|
201 |
|
202 |
with gr.Row(variant="panel"):
|