Spaces:
Running
Running
fistyee
commited on
Commit
·
addec06
1
Parent(s):
c562782
add vierwer
Browse files
app.py
CHANGED
@@ -113,8 +113,8 @@ iface = gr.Interface(
|
|
113 |
inputs=[
|
114 |
gr.Textbox(label="Input Text", placeholder="我是音乐多模态大模型,您可以上传需要分析的曲谱,音频和视频", lines=2), # 文本输入
|
115 |
gr.File(label="Input Images", file_count="multiple", type="filepath"), # 多文件上传
|
116 |
-
gr.File(label="Input Audio", type="filepath"), # 音频文件上传
|
117 |
-
gr.File(label="Input Video", type="filepath") # 视频文件上传
|
118 |
],
|
119 |
outputs=[
|
120 |
gr.Textbox(label="Output Text"),
|
|
|
113 |
inputs=[
|
114 |
gr.Textbox(label="Input Text", placeholder="我是音乐多模态大模型,您可以上传需要分析的曲谱,音频和视频", lines=2), # 文本输入
|
115 |
gr.File(label="Input Images", file_count="multiple", type="filepath"), # 多文件上传
|
116 |
+
gr.File(label="Input Audio, mp3", type="filepath"), # 音频文件上传
|
117 |
+
gr.File(label="Input Video, mp4", type="filepath") # 视频文件上传
|
118 |
],
|
119 |
outputs=[
|
120 |
gr.Textbox(label="Output Text"),
|