Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,5 +110,6 @@ gr.Interface(
|
|
110 |
inputs=inputs,
|
111 |
examples=examples,
|
112 |
outputs=gr.Plot(),
|
|
|
113 |
article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>. Based on the keras example from <a href=\"https://keras.io/examples/audio/melgan_spectrogram_inversion/\">Darshan Deshpande</a>",
|
114 |
).launch(debug=False, enable_queue=True)
|
|
|
110 |
inputs=inputs,
|
111 |
examples=examples,
|
112 |
outputs=gr.Plot(),
|
113 |
+
cache_examples=False,
|
114 |
article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>. Based on the keras example from <a href=\"https://keras.io/examples/audio/melgan_spectrogram_inversion/\">Darshan Deshpande</a>",
|
115 |
).launch(debug=False, enable_queue=True)
|