j commited on
Commit
019bf10
1 Parent(s): 145dca8

output -> outputs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ webapp = gr.Interface(
79
  )
80
  ],
81
 
82
- output = gr.Audio(label="Audio Output", type="filepath", format="wav", elem_id="audio")
83
  )
84
 
85
  webapp.queue()
 
79
  )
80
  ],
81
 
82
+ outputs = gr.Audio(label="Audio Output", type="filepath", format="wav", elem_id="audio")
83
  )
84
 
85
  webapp.queue()