mkumar87AI commited on
Commit
b24a578
β€’
1 Parent(s): c6cc895

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- !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
 
 
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