Spaces:
Sleeping
Sleeping
Commit
·
320e714
1
Parent(s):
6de31b7
update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
-
|
| 4 |
os.system("apt install libasound2-dev portaudio19-dev libportaudio2 libportaudiocpp0 ffmpeg")
|
| 5 |
import sounddevice as sd
|
| 6 |
import speech_recognition as sr
|
|
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
+
os.system("sudo apt-get update")
|
| 4 |
os.system("apt install libasound2-dev portaudio19-dev libportaudio2 libportaudiocpp0 ffmpeg")
|
| 5 |
import sounddevice as sd
|
| 6 |
import speech_recognition as sr
|