hieupt commited on
Commit
5a2c34a
·
verified ·
1 Parent(s): 4e87f32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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) of author Daniel Stoller."
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