Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ state = model_utils.load_model(model, None, load_model, cuda=0)
|
|
169 |
# Create title, description and article strings
|
170 |
title = "Denoise Audio"
|
171 |
description = "Using Wave-u-net to Denoise Audio"
|
172 |
-
article = "Created at github [Wave-U-Net-Pytorch](https://github.com/f90/Wave-U-Net-Pytorch)
|
173 |
|
174 |
# Create the Gradio demo
|
175 |
demo = gr.Interface(fn=predict_song, # mapping function from input to output
|
|
|
169 |
# Create title, description and article strings
|
170 |
title = "Denoise Audio"
|
171 |
description = "Using Wave-u-net to Denoise Audio"
|
172 |
+
article = "Created at github [Wave-U-Net-Pytorch] of author Daniel Stoller(https://github.com/f90/Wave-U-Net-Pytorch)."
|
173 |
|
174 |
# Create the Gradio demo
|
175 |
demo = gr.Interface(fn=predict_song, # mapping function from input to output
|