Spaces:
Runtime error
Runtime error
Commit
·
9226b8d
1
Parent(s):
e8438f1
Update app.py
Browse files
app.py
CHANGED
@@ -598,10 +598,10 @@ with gr.Blocks(theme=theme, css=css) as App:
|
|
598 |
with gr.Tab("📺 - 音乐视频"):
|
599 |
with gr.Row():
|
600 |
with gr.Column():
|
601 |
-
inp1 = gr.Textbox(label="为视频配上精彩的文案吧(
|
602 |
inp2 = new_song
|
603 |
inp3 = gr.Image(source='upload', type='filepath', label="上传一张背景图片吧")
|
604 |
-
btn = gr.Button("生成您的专属音乐视频吧")
|
605 |
|
606 |
with gr.Column():
|
607 |
out1 = gr.Video(label='您的专属音乐视频')
|
|
|
598 |
with gr.Tab("📺 - 音乐视频"):
|
599 |
with gr.Row():
|
600 |
with gr.Column():
|
601 |
+
inp1 = gr.Textbox(label="为视频配上精彩的文案吧(选填;英文)")
|
602 |
inp2 = new_song
|
603 |
inp3 = gr.Image(source='upload', type='filepath', label="上传一张背景图片吧")
|
604 |
+
btn = gr.Button("生成您的专属音乐视频吧", variant="primary")
|
605 |
|
606 |
with gr.Column():
|
607 |
out1 = gr.Video(label='您的专属音乐视频')
|