Spaces:
Runtime error
Runtime error
Update hf_gradio_app.py
Browse files- hf_gradio_app.py +1 -1
hf_gradio_app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os, random, time
|
2 |
import uuid
|
3 |
-
import tempfile
|
4 |
from pydub import AudioSegment
|
5 |
import gradio as gr
|
6 |
from huggingface_hub import snapshot_download
|
|
|
1 |
import os, random, time
|
2 |
import uuid
|
3 |
+
import tempfile, shutil
|
4 |
from pydub import AudioSegment
|
5 |
import gradio as gr
|
6 |
from huggingface_hub import snapshot_download
|