We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c1f10 commit 98d53f6Copy full SHA for 98d53f6
jarvis.py
@@ -43,7 +43,7 @@ def wishMe(): #wishes me
43
if hour>=0 and hour<=4:
44
pass
45
else:
46
- speak("I am Your Personal assistant, Jarvis! version 1.2! With the power of 8 gigabytes of ram, along with GPU and SSD")
+ speak("I am Your Personal assistant, Jarvis! version 1.2!")
47
48
def takeCommand(): #takes microphone inout and returns output
49
r=sr.Recognizer()
0 commit comments