Spaces:
Hmjz100
/
Runtime error

XZZ123888 commited on
Commit
c41b9fe
·
1 Parent(s): 8bc66c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -324,7 +324,7 @@ examples=[['canon.flac'], ['download.wav']]
324
 
325
  gr.Interface(
326
  inference,
327
- gr.inputs.Audio(type="filepath", label="输入"),
328
  [gr.outputs.File(label="输出")],
329
  title=title,
330
  description=description,
 
324
 
325
  gr.Interface(
326
  inference,
327
+ gr.input.Audio(type="filepath", label="输入"),
328
  [gr.outputs.File(label="输出")],
329
  title=title,
330
  description=description,