Spaces:
Running
Running
Commit
·
a49d90d
1
Parent(s):
dc80a97
Update app.py
Browse files
app.py
CHANGED
@@ -140,8 +140,7 @@ def create_interface():
|
|
140 |
gr.Markdown("## 📤 上传视频")
|
141 |
|
142 |
video_input = gr.Video(
|
143 |
-
label="选择视频文件"
|
144 |
-
info="支持MP4, AVI, MOV等格式,建议小于50MB"
|
145 |
)
|
146 |
|
147 |
instruction_input = gr.Textbox(
|
|
|
140 |
gr.Markdown("## 📤 上传视频")
|
141 |
|
142 |
video_input = gr.Video(
|
143 |
+
label="选择视频文件 (支持MP4, AVI, MOV等格式,建议小于50MB)"
|
|
|
144 |
)
|
145 |
|
146 |
instruction_input = gr.Textbox(
|