Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ gr.Interface(
|
|
237 |
gr.Textbox(lines=1, label = "请填写您的OpenAI-API-key"),
|
238 |
gr.Audio(source="microphone", label='在这里进行对话', type="filepath"),
|
239 |
gr.Audio(type="filepath", source="upload",label='请上传您喜欢的声音(wav文件)').
|
240 |
-
gr.Audio(source="microphone", type="filepath", "请用麦克风上传您喜欢的声音,与wav文件二选一即可"),
|
241 |
],
|
242 |
outputs=[
|
243 |
output_1, output_2, output_3
|
|
|
237 |
gr.Textbox(lines=1, label = "请填写您的OpenAI-API-key"),
|
238 |
gr.Audio(source="microphone", label='在这里进行对话', type="filepath"),
|
239 |
gr.Audio(type="filepath", source="upload",label='请上传您喜欢的声音(wav文件)').
|
240 |
+
gr.Audio(source="microphone", type="filepath", label = "请用麦克风上传您喜欢的声音,与wav文件二选一即可"),
|
241 |
],
|
242 |
outputs=[
|
243 |
output_1, output_2, output_3
|