Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ footer {visibility: hidden !important;}
|
|
| 28 |
"""
|
| 29 |
|
| 30 |
with gr.Blocks(css=css) as dalle:
|
| 31 |
-
with gr.Tab("Базовые настройки")
|
| 32 |
with gr.Row():
|
| 33 |
image_output = gr.Image(type="pil", label="Output Image", elem_id="gallery")
|
| 34 |
with gr.Column(elem_id="prompt-container"):
|
|
|
|
| 28 |
"""
|
| 29 |
|
| 30 |
with gr.Blocks(css=css) as dalle:
|
| 31 |
+
with gr.Tab("Базовые настройки"):
|
| 32 |
with gr.Row():
|
| 33 |
image_output = gr.Image(type="pil", label="Output Image", elem_id="gallery")
|
| 34 |
with gr.Column(elem_id="prompt-container"):
|