Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|