Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,7 @@ import util
|
|
33 |
from huggingface_hub import hf_hub_download
|
34 |
|
35 |
import shutil, platform, subprocess
|
|
|
36 |
|
37 |
st.write("Python:", platform.python_version())
|
38 |
st.write("FFmpeg exists:", shutil.which("ffmpeg"), "FFprobe:", shutil.which("ffprobe"))
|
|
|
33 |
from huggingface_hub import hf_hub_download
|
34 |
|
35 |
import shutil, platform, subprocess
|
36 |
+
import uuid
|
37 |
|
38 |
st.write("Python:", platform.python_version())
|
39 |
st.write("FFmpeg exists:", shutil.which("ffmpeg"), "FFprobe:", shutil.which("ffprobe"))
|