SujanMidatani commited on
Commit
e7301f5
·
1 Parent(s): a9ace33
Files changed (1) hide show
  1. app.py +1 -1
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. Sorry from Jarvis"
26
 
27
 
28
 
 
22
  except sr.RequestError as e:
23
  print(f"Error occurred: {e}")
24
 
25
+ return "Some error occurred."
26
 
27
 
28