Vaibhav Srivastav commited on
Commit
2cd6c69
1 Parent(s): 939c1fe
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ gr.Interface(
111
  ],
112
  outputs=[
113
  gr.Video(label="Synthesised Waveform"),
114
- gr.Aideo(label="Synthesised Audio"),
115
  ],
116
  title=title,
117
  description=description,
 
111
  ],
112
  outputs=[
113
  gr.Video(label="Synthesised Waveform"),
114
+ gr.Audio(label="Synthesised Audio"),
115
  ],
116
  title=title,
117
  description=description,