tianhk commited on
Commit
6507e86
·
1 Parent(s): 0f47ab9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,6 +16,6 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.093
16
  gr.Interface(
17
  fn = inference,
18
  inputs = gr.File(type="file", label="Input"),
19
- outputs = "file",
20
  article = article,
21
  ).launch()
 
16
  gr.Interface(
17
  fn = inference,
18
  inputs = gr.File(type="file", label="Input"),
19
+ outputs = "audio",
20
  article = article,
21
  ).launch()