Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks() as demo:
|
|
121 |
placeholder="Enter your prompt",
|
122 |
container=False,
|
123 |
)
|
124 |
-
|
125 |
|
126 |
result = gr.Image(label="Result", show_label=False)
|
127 |
|
|
|
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 |
|