gpaasch commited on
Commit
dd35ab8
·
1 Parent(s): 8bdfed2

removed unused imports

Browse files
Files changed (1) hide show
  1. src/app.py +0 -2
src/app.py CHANGED
@@ -1,7 +1,5 @@
1
  import os
2
  import gradio as gr
3
- from llama_index.readers import SimpleDirectoryReader # Updated import
4
- from llama_index.core import VectorStoreIndex # Updated import
5
  from llama_index import HuggingFaceLLMPredictor
6
  from src.parse_tabular import symptom_index
7
 
 
1
  import os
2
  import gradio as gr
 
 
3
  from llama_index import HuggingFaceLLMPredictor
4
  from src.parse_tabular import symptom_index
5