Shreyas094 commited on
Commit
658f52f
1 Parent(s): ffaa6b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -27,8 +27,6 @@ import asyncio
27
  import nest_asyncio
28
  from your_module import EnhancedContextDrivenChatbot, ask_question, update_vectors, clear_cache
29
 
30
- nest_asyncio.apply()
31
-
32
  huggingface_token = os.environ.get("HUGGINGFACE_TOKEN")
33
  llama_cloud_api_key = os.environ.get("LLAMA_CLOUD_API_KEY")
34
 
 
27
  import nest_asyncio
28
  from your_module import EnhancedContextDrivenChatbot, ask_question, update_vectors, clear_cache
29
 
 
 
30
  huggingface_token = os.environ.get("HUGGINGFACE_TOKEN")
31
  llama_cloud_api_key = os.environ.get("LLAMA_CLOUD_API_KEY")
32