Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -291,6 +291,8 @@ class AsyncAIConversation:
|
|
| 291 |
logger.info("Batch processing completed")
|
| 292 |
return results
|
| 293 |
|
|
|
|
|
|
|
| 294 |
# Usage example and demo functions
|
| 295 |
async def demo_conversation():
|
| 296 |
"""Demonstration of the conversation system"""
|
|
|
|
| 291 |
logger.info("Batch processing completed")
|
| 292 |
return results
|
| 293 |
|
| 294 |
+
|
| 295 |
+
ai_conversation = None
|
| 296 |
# Usage example and demo functions
|
| 297 |
async def demo_conversation():
|
| 298 |
"""Demonstration of the conversation system"""
|