Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import speech_recognition as sr
|
2 |
import pyttsx3
|
3 |
import json
|
|
|
|
|
4 |
|
5 |
# Load user credentials (Replace with database if needed)
|
6 |
USER_CREDENTIALS = {
|
|
|
1 |
import speech_recognition as sr
|
2 |
import pyttsx3
|
3 |
import json
|
4 |
+
import sounddevice as sd
|
5 |
+
import numpy as np
|
6 |
|
7 |
# Load user credentials (Replace with database if needed)
|
8 |
USER_CREDENTIALS = {
|