meraj12 commited on
Commit
fa34db2
·
verified ·
1 Parent(s): 9251af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import tempfile
6
  import whisper
7
  import os
8
  from realesrgan import RealESRGAN
 
9
 
10
  # Load Whisper for voice-to-text
11
  @st.cache_resource
 
6
  import whisper
7
  import os
8
  from realesrgan import RealESRGAN
9
+ from huggingface_hub import hf_hub_download
10
 
11
  # Load Whisper for voice-to-text
12
  @st.cache_resource