mgokg commited on
Commit
986ca64
·
verified ·
1 Parent(s): 6c70e53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -45,10 +45,10 @@ def update(json):
45
 
46
  client = Client("Qwen/Qwen2.5-72B-Instruct")
47
 
48
- def text_to_speech(text):
49
- engine = pyttsx3.init()
50
- engine.say(text)
51
- engine.runAndWait()
52
 
53
 
54
 
 
45
 
46
  client = Client("Qwen/Qwen2.5-72B-Instruct")
47
 
48
+ #def text_to_speech(text):
49
+ #engine = pyttsx3.init()
50
+ #engine.say(text)
51
+ #engine.runAndWait()
52
 
53
 
54