ai-forever commited on
Commit
bf4ebd7
·
verified ·
1 Parent(s): 2efd70d

edit link to gigachat

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -150,7 +150,8 @@ with gr.Blocks() as demo:
150
  value="16:9 (672x384)"
151
  )
152
  with gr.Column():
153
- enhance_button = gr.Button("Beautify prompt with [GigaChat-Max](https://giga.chat)")
 
154
  generate_btn = gr.Button("Generate Video")
155
 
156
  # with gr.Accordion("Advanced options", open=False):
 
150
  value="16:9 (672x384)"
151
  )
152
  with gr.Column():
153
+ # enhance_button = gr.Button("Beautify prompt with [GigaChat-Max](https://giga.chat)")
154
+ enhance_button = gr.Button(gr.Markdown("Beautify prompt with [GigaChat-Max](https://giga.chat)"))
155
  generate_btn = gr.Button("Generate Video")
156
 
157
  # with gr.Accordion("Advanced options", open=False):