Spaces:
Sleeping
Sleeping
Commit
·
e7301f5
1
Parent(s):
a9ace33
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def takeCommand(audio):
|
|
| 22 |
except sr.RequestError as e:
|
| 23 |
print(f"Error occurred: {e}")
|
| 24 |
|
| 25 |
-
return "Some error occurred.
|
| 26 |
|
| 27 |
|
| 28 |
|
|
|
|
| 22 |
except sr.RequestError as e:
|
| 23 |
print(f"Error occurred: {e}")
|
| 24 |
|
| 25 |
+
return "Some error occurred."
|
| 26 |
|
| 27 |
|
| 28 |
|