ai-forever commited on
Commit
6cb2054
·
verified ·
1 Parent(s): 178254b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -150,8 +150,7 @@ with gr.Blocks() as demo:
150
  value="16:9"
151
  )
152
  enhance_button = gr.Button("Beautify prompt with GigaChat-Max")
153
-
154
- generate_btn = gr.Button("Generate")
155
 
156
  # with gr.Accordion("Advanced options", open=False):
157
  # seed = gr.Slider(label="Seed", value=42, randomize=True, minimum=0, maximum=max_64_bit_int, step=1)
 
150
  value="16:9"
151
  )
152
  enhance_button = gr.Button("Beautify prompt with GigaChat-Max")
153
+ generate_btn = gr.Button("Generate")
 
154
 
155
  # with gr.Accordion("Advanced options", open=False):
156
  # seed = gr.Slider(label="Seed", value=42, randomize=True, minimum=0, maximum=max_64_bit_int, step=1)