Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -155,6 +155,7 @@ def function(Textbox,Textbox2,Audio, Textbox3):
|
|
155 |
)
|
156 |
reply = chat.choices[0].message.content
|
157 |
messages.append({"role": "assistant", "content": reply})
|
|
|
158 |
return reply
|
159 |
except:
|
160 |
return "Please Wait!"
|
|
|
155 |
)
|
156 |
reply = chat.choices[0].message.content
|
157 |
messages.append({"role": "assistant", "content": reply})
|
158 |
+
print(Audio)
|
159 |
return reply
|
160 |
except:
|
161 |
return "Please Wait!"
|