imenLa commited on
Commit
5f338c5
·
verified ·
1 Parent(s): ae9e8e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ demo = gr.Interface(
16
  gr.Slider(4, 6, step=1),
17
  gr.Textbox(value=1, label="Duration in seconds"),
18
  ],
19
- "text",
20
  )
21
  if __name__ == "__main__":
22
  demo.launch()
 
16
  gr.Slider(4, 6, step=1),
17
  gr.Textbox(value=1, label="Duration in seconds"),
18
  ],
19
+ "audio",
20
  )
21
  if __name__ == "__main__":
22
  demo.launch()