BurhaanZargar commited on
Commit
a6bef00
·
verified ·
1 Parent(s): d94bb52

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@
2
  import gradio as gr
3
  from pathlib import Path
4
  import torch
 
5
  import os # Add this import at the top
6
  import soundfile as sf
7
  from huggingface_hub import hf_hub_download
 
2
  import gradio as gr
3
  from pathlib import Path
4
  import torch
5
+ import urllib.request
6
  import os # Add this import at the top
7
  import soundfile as sf
8
  from huggingface_hub import hf_hub_download