Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Nick088/Audio-SR
kgout
/
asr
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kgout
commited on
Jul 14, 2024
Commit
823d883
·
verified
·
1 Parent(s):
9781a06
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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