Kevin676 commited on
Commit
8dd0ef4
1 Parent(s): 282e862

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ def greet(Text2, audio, Voicetoclone,VoiceMicrophone):
160
 
161
  messages.append({"role": "assistant", "content": chat_response})
162
 
163
- text= "%s" % (chat_response + "")
164
  if Voicetoclone is not None:
165
  reference_files= "%s" % (Voicetoclone)
166
  print("path url")
 
160
 
161
  messages.append({"role": "assistant", "content": chat_response})
162
 
163
+ text= "%s" % (chat_response)
164
  if Voicetoclone is not None:
165
  reference_files= "%s" % (Voicetoclone)
166
  print("path url")