Upload folder using huggingface_hub
Browse files
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
|