Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ css = """
|
|
151 |
footer {visibility: hidden !important;}
|
152 |
"""
|
153 |
|
154 |
-
with gr.Blocks(css=css) as dalle:
|
155 |
with gr.Tab("Базовые настройки"):
|
156 |
with gr.Row():
|
157 |
with gr.Column(elem_id="prompt-container"):
|
|
|
151 |
footer {visibility: hidden !important;}
|
152 |
"""
|
153 |
|
154 |
+
with gr.Blocks(css=css, enable_queue=False) as dalle:
|
155 |
with gr.Tab("Базовые настройки"):
|
156 |
with gr.Row():
|
157 |
with gr.Column(elem_id="prompt-container"):
|