Update app.py
Browse files
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")
|