Spaces:
Runtime error
Runtime error
NeuroSenko
commited on
Commit
•
000deea
1
Parent(s):
e06b901
update dependencies
Browse files- README.md +4 -3
- packages.txt +1 -0
- requirements.txt +0 -1
README.md
CHANGED
@@ -10,6 +10,7 @@ pinned: false
|
|
10 |
---
|
11 |
|
12 |
How to run locally using Windows:
|
13 |
-
1.
|
14 |
-
2.
|
15 |
-
3. Run `
|
|
|
|
10 |
---
|
11 |
|
12 |
How to run locally using Windows:
|
13 |
+
1. Mare sure you have installed ffmpeg in your system
|
14 |
+
2. Clone the repo: `git clone https://huggingface.co/spaces/NeuroSenko/audio-processing-utils`
|
15 |
+
3. Run `install.bat`
|
16 |
+
4. Run `start.bat`
|
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
ffmpeg
|
requirements.txt
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
ffmpeg
|
2 |
gradio
|
|
|
|
|
1 |
gradio
|