Rooni commited on
Commit
3eb21bd
1 Parent(s): e577eb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"):