Spaces:
Running
Running
Update app.py
Browse filesfixing broken stuff
app.py
CHANGED
@@ -297,7 +297,8 @@ gr.Interface(
|
|
297 |
],
|
298 |
outputs=[
|
299 |
#gr.Video(label="Waveform Visual"),
|
300 |
-
gr.Audio(label="Synthesised Audio"),
|
|
|
301 |
],
|
302 |
title=title,
|
303 |
description=description,
|
|
|
297 |
],
|
298 |
outputs=[
|
299 |
#gr.Video(label="Waveform Visual"),
|
300 |
+
#gr.Audio(label="Synthesised Audio"),
|
301 |
+
gr.Audio(label="Synthesised Audio", type="filepath"),
|
302 |
],
|
303 |
title=title,
|
304 |
description=description,
|