Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -256,8 +256,5 @@ if __name__ == "__main__":
|
|
256 |
else:
|
257 |
client = Client(account_sid, auth_token)
|
258 |
print(f"client: {client}")
|
259 |
-
print(f"index: {index}")
|
260 |
-
print(f"model: {model}")
|
261 |
-
print(f"chunks: {chunks}")
|
262 |
start_conversation_monitor(client, index, model, chunks)
|
263 |
st.info("✅ Bot is now monitoring Twilio conversations.")
|
|
|
256 |
else:
|
257 |
client = Client(account_sid, auth_token)
|
258 |
print(f"client: {client}")
|
|
|
|
|
|
|
259 |
start_conversation_monitor(client, index, model, chunks)
|
260 |
st.info("✅ Bot is now monitoring Twilio conversations.")
|