Spaces:
Running
Running
fistyee
commited on
Commit
·
964b71d
1
Parent(s):
8833255
add
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def process_input(text=None, images=None, audio=None, video=None):
|
|
103 |
iface = gr.Interface(
|
104 |
fn=process_input,
|
105 |
inputs=[
|
106 |
-
gr.Textbox(label="Input Text", placeholder="
|
107 |
gr.File(label="Input Images", file_count="multiple", type="file"), # 多文件上传
|
108 |
gr.File(label="Input Audio", type="file"), # 音频文件上传
|
109 |
gr.File(label="Input Video", type="file") # 视频文件上传
|
|
|
103 |
iface = gr.Interface(
|
104 |
fn=process_input,
|
105 |
inputs=[
|
106 |
+
gr.Textbox(label="Input Text", placeholder="我是音乐分析大模型,您可以上传曲谱,演奏的音/视频", lines=2), # 文本输入
|
107 |
gr.File(label="Input Images", file_count="multiple", type="file"), # 多文件上传
|
108 |
gr.File(label="Input Audio", type="file"), # 音频文件上传
|
109 |
gr.File(label="Input Video", type="file") # 视频文件上传
|