Spaces:
Runtime error
Runtime error
Commit
·
1f4422f
1
Parent(s):
691b17c
test1
Browse files
app.py
CHANGED
@@ -880,6 +880,7 @@ def ClearText():
|
|
880 |
|
881 |
def playsound1():
|
882 |
global Filename_Chatbot
|
|
|
883 |
try:
|
884 |
if Filename_Chatbot.split(".")[1] == 'wav':
|
885 |
soundfilename = Filename_Chatbot
|
|
|
880 |
|
881 |
def playsound1():
|
882 |
global Filename_Chatbot
|
883 |
+
print("playsound1: ", Filename_Chatbot)
|
884 |
try:
|
885 |
if Filename_Chatbot.split(".")[1] == 'wav':
|
886 |
soundfilename = Filename_Chatbot
|