Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
3fb4243
1
Parent(s):
a803368
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ title = "SpecVQGAN Neural Audio Codec"
|
|
75 |
description = "Gradio demo for Spectrogram VQGAN as a Neural Audio Codec. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below."
|
76 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2110.08791' target='_blank'>Taming Visually Guided Sound Generation</a> | <a href='https://github.com/v-iashin/SpecVQGAN' target='_blank'>Github Repo</a></p>"
|
77 |
|
78 |
-
examples=[['
|
79 |
gr.Interface(
|
80 |
inference,
|
81 |
gr.inputs.Audio(type="file", label="Input Audio"),
|
|
|
75 |
description = "Gradio demo for Spectrogram VQGAN as a Neural Audio Codec. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below."
|
76 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2110.08791' target='_blank'>Taming Visually Guided Sound Generation</a> | <a href='https://github.com/v-iashin/SpecVQGAN' target='_blank'>Github Repo</a></p>"
|
77 |
|
78 |
+
examples=[['example.wav']]
|
79 |
gr.Interface(
|
80 |
inference,
|
81 |
gr.inputs.Audio(type="file", label="Input Audio"),
|