Mohamed284 commited on
Commit
7ea9067
·
verified ·
1 Parent(s): 5d9635f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- # Optimized RAG System with E5-Mistral Embeddings and Gemini Flash Generation
2
  import json
3
  import logging
4
  import re
@@ -544,5 +544,4 @@ with gr.Blocks(title="AskNature BioRAG Expert", theme=gr.themes.Soft()) as demo:
544
  clear_btn.click(lambda: [], None, chatbot)
545
 
546
  if __name__ == "__main__":
547
- >>>>>>> 51466f9c2c65701d4b45dd8e842e1a151f75959b
548
  demo.launch(show_error=True)
 
1
+ # Optimized RAG System with E5-Mistral Embeddings and Gemini 2.0 Flash Generation
2
  import json
3
  import logging
4
  import re
 
544
  clear_btn.click(lambda: [], None, chatbot)
545
 
546
  if __name__ == "__main__":
 
547
  demo.launch(show_error=True)