Spaces:
Runtime error
Runtime error
mkumar87AI
commited on
Commit
β’
b24a578
1
Parent(s):
c6cc895
Upload app.py
Browse files
app.py
CHANGED
@@ -18,10 +18,10 @@ locale.getpreferredencoding = lambda: "UTF-8"
|
|
18 |
|
19 |
"""### Install the python packages. They are need to execute necessary to make the program work"""
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
-
|
25 |
|
26 |
"""### Import the necessary libraries"""
|
27 |
|
|
|
18 |
|
19 |
"""### Install the python packages. They are need to execute necessary to make the program work"""
|
20 |
|
21 |
+
pip install -qq -U langchain transformers sentence-transformers bitsandbytes accelerate
|
22 |
|
23 |
+
pip install --upgrade fastapi typing-extensions
|
24 |
+
pip install --upgrade gradio
|
25 |
|
26 |
"""### Import the necessary libraries"""
|
27 |
|