Spaces:
Build error
Build error
removed unused imports
Browse files- 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 |
|