Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -270,6 +270,9 @@ css = """
|
|
| 270 |
#generate {
|
| 271 |
height: 50%;
|
| 272 |
}
|
|
|
|
|
|
|
|
|
|
| 273 |
"""
|
| 274 |
|
| 275 |
with gr.Blocks(css=css) as demo:
|
|
@@ -292,7 +295,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 292 |
value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
|
| 293 |
with gr.Column():
|
| 294 |
text_button = gr.Button("Generate", variant='primary', elem_id="generate")
|
| 295 |
-
stop_btn = gr.Button("Cancel")
|
| 296 |
|
| 297 |
with gr.Row():
|
| 298 |
with gr.Column(scale=3):
|
|
|
|
| 270 |
#generate {
|
| 271 |
height: 50%;
|
| 272 |
}
|
| 273 |
+
#cancel {
|
| 274 |
+
height: 50%;
|
| 275 |
+
}
|
| 276 |
"""
|
| 277 |
|
| 278 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 295 |
value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
|
| 296 |
with gr.Column():
|
| 297 |
text_button = gr.Button("Generate", variant='primary', elem_id="generate")
|
| 298 |
+
stop_btn = gr.Button("Cancel", elem_id="cancel")
|
| 299 |
|
| 300 |
with gr.Row():
|
| 301 |
with gr.Column(scale=3):
|