Rooni commited on
Commit
b989dee
1 Parent(s): 4c33ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ css = """
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"):
 
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"):