Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks(
|
|
167 |
civital_prompt = gr.Textbox(label = "π€ Civital Prompt (Click from π right gallery to get them, and You can edit βοΈ yourself)",
|
168 |
interactive = True,
|
169 |
)
|
170 |
-
|
171 |
hf_image = gr.Image(label = "π€ Image generate by π€ Huggingface", height = 768)
|
172 |
|
173 |
with gr.Column():
|
|
|
167 |
civital_prompt = gr.Textbox(label = "π€ Civital Prompt (Click from π right gallery to get them, and You can edit βοΈ yourself)",
|
168 |
interactive = True,
|
169 |
)
|
170 |
+
gen_button = gr.Button(label = "Generate")
|
171 |
hf_image = gr.Image(label = "π€ Image generate by π€ Huggingface", height = 768)
|
172 |
|
173 |
with gr.Column():
|