Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -19,7 +19,6 @@ opencv-python==4.6.0.66
|
|
| 19 |
onnx
|
| 20 |
onnxruntime==1.13.1
|
| 21 |
Pillow==9.3.0
|
| 22 |
-
playsound==1.3.0
|
| 23 |
psutil==5.9.4
|
| 24 |
pydub==0.25.1
|
| 25 |
pyglet==1.5.23
|
|
@@ -39,5 +38,5 @@ samplerate==0.1.0
|
|
| 39 |
screeninfo==0.8.1
|
| 40 |
PySoundFile==0.9.0.post1; sys_platform != 'windows'
|
| 41 |
SoundFile==0.9.0; sys_platform == 'windows'
|
| 42 |
-
|
| 43 |
gradio >= 3.19
|
|
|
|
| 19 |
onnx
|
| 20 |
onnxruntime==1.13.1
|
| 21 |
Pillow==9.3.0
|
|
|
|
| 22 |
psutil==5.9.4
|
| 23 |
pydub==0.25.1
|
| 24 |
pyglet==1.5.23
|
|
|
|
| 38 |
screeninfo==0.8.1
|
| 39 |
PySoundFile==0.9.0.post1; sys_platform != 'windows'
|
| 40 |
SoundFile==0.9.0; sys_platform == 'windows'
|
| 41 |
+
playsound @ git+https://github.com/TaylorSMarks/playsound
|
| 42 |
gradio >= 3.19
|