Rooni commited on
Commit
8ad9530
1 Parent(s): d0c4171

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(css=css) as dalle:
169
  with gr.Row():
170
  gpt = gr.Checkbox(label="ChatGPT")
171
 
172
- with gr.Tab("Информация"):
173
  with gr.Row():
174
  width = gr.Slider(label="Ширина", minimum=15, maximum=2000, value=1024, step=1)
175
  height = gr.Slider(label="Высота", minimum=15, maximum=2000, value=1024, step=1)
 
169
  with gr.Row():
170
  gpt = gr.Checkbox(label="ChatGPT")
171
 
172
+ with gr.Tab("Beta"):
173
  with gr.Row():
174
  width = gr.Slider(label="Ширина", minimum=15, maximum=2000, value=1024, step=1)
175
  height = gr.Slider(label="Высота", minimum=15, maximum=2000, value=1024, step=1)