Spaces:
Running
on
Zero
Running
on
Zero
edit link to gigachat
Browse files
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):
|