Spaces:
Runtime error
Runtime error
lalashechka
commited on
Commit
•
83a8130
1
Parent(s):
10fa970
Update app.py
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ with gr.Blocks(css=css) as demo:
|
|
243 |
text_button = gr.Button("Сгенерировать видео", variant='primary', elem_id="generate")
|
244 |
with gr.Column():
|
245 |
video_output = gr.Video(show_label=True, label='Результат:', type="file")
|
246 |
-
text_button.click(create_video, inputs=[prompt
|
247 |
|
248 |
with gr.Tab("Анимировать изображение"):
|
249 |
with gr.Column():
|
|
|
243 |
text_button = gr.Button("Сгенерировать видео", variant='primary', elem_id="generate")
|
244 |
with gr.Column():
|
245 |
video_output = gr.Video(show_label=True, label='Результат:', type="file")
|
246 |
+
text_button.click(create_video, inputs=[prompt], outputs=video_output)
|
247 |
|
248 |
with gr.Tab("Анимировать изображение"):
|
249 |
with gr.Column():
|