Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ outputs = gr.outputs.Audio(label="output audio", type="numpy")
|
|
129 |
|
130 |
|
131 |
title = "neural waveshaping synthesis"
|
132 |
-
description = "demo for neural waveshaping synthesis: efficient neural audio synthesis in the waveform domain for timbre transfer. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below. Input audio should be in WAV format similar to the example audio below"
|
133 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.05050'>neural waveshaping synthesis</a> | <a href='https://github.com/ben-hayes/neural-waveshaping-synthesis'>Github Repo</a></p>"
|
134 |
|
135 |
examples = [
|
|
|
129 |
|
130 |
|
131 |
title = "neural waveshaping synthesis"
|
132 |
+
description = "Orginal project here https://huggingface.co/spaces/akhaliq/neural-waveshaping-synthesis api returns internal server error on the that one so this is updated to work with api. demo for neural waveshaping synthesis: efficient neural audio synthesis in the waveform domain for timbre transfer. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below. Input audio should be in WAV format similar to the example audio below"
|
133 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.05050'>neural waveshaping synthesis</a> | <a href='https://github.com/ben-hayes/neural-waveshaping-synthesis'>Github Repo</a></p>"
|
134 |
|
135 |
examples = [
|