kgout commited on
Commit
823d883
·
verified ·
1 Parent(s): 9781a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -438,7 +438,7 @@ def upscale_audio(
438
 
439
  gc.collect()
440
 
441
- return waveform
442
 
443
  os.getcwd()
444
  gr.Textbox
 
438
 
439
  gc.collect()
440
 
441
+ return (48000,waveform)
442
 
443
  os.getcwd()
444
  gr.Textbox