Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def generate(video, audio, checkpoint, no_smooth, resize_factor, pad_top, pad_bo
|
|
60 |
return output_path
|
61 |
|
62 |
with gr.Blocks() as ui:
|
63 |
-
gr.Markdown("
|
64 |
with gr.Row():
|
65 |
video = gr.File(label="Видео или Изображение", type="filepath")
|
66 |
audio = gr.File(label="Аудио", type="filepath")
|
|
|
60 |
return output_path
|
61 |
|
62 |
with gr.Blocks() as ui:
|
63 |
+
gr.Markdown("## Lypsinc")
|
64 |
with gr.Row():
|
65 |
video = gr.File(label="Видео или Изображение", type="filepath")
|
66 |
audio = gr.File(label="Аудио", type="filepath")
|