Update app.py
Browse files
app.py
CHANGED
@@ -99,15 +99,4 @@ def main():
|
|
99 |
launch_gradio(chat_engine)
|
100 |
|
101 |
if __name__ == "__main__":
|
102 |
-
main()
|
103 |
-
|
104 |
-
gradio
|
105 |
-
torch
|
106 |
-
huggingface_hub
|
107 |
-
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
|
108 |
-
llama-cpp-python
|
109 |
-
llama-index
|
110 |
-
llama-index-llms-llama-cpp
|
111 |
-
llama-index-embeddings-huggingface
|
112 |
-
transformers
|
113 |
-
numpy
|
|
|
99 |
launch_gradio(chat_engine)
|
100 |
|
101 |
if __name__ == "__main__":
|
102 |
+
main()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|