updates
Browse files- app.py +1 -4
- requirements.txt +5 -1
app.py
CHANGED
|
@@ -9,10 +9,7 @@ import sys
|
|
| 9 |
packages = [
|
| 10 |
"--upgrade -q accelerate bitsandbytes",
|
| 11 |
"git+https://github.com/huggingface/transformers.git",
|
| 12 |
-
|
| 13 |
-
"gradio_multimodalchatbot",
|
| 14 |
-
"haversine",
|
| 15 |
-
"langchain"
|
| 16 |
]
|
| 17 |
|
| 18 |
# Function to install packages
|
|
|
|
| 9 |
packages = [
|
| 10 |
"--upgrade -q accelerate bitsandbytes",
|
| 11 |
"git+https://github.com/huggingface/transformers.git",
|
| 12 |
+
|
|
|
|
|
|
|
|
|
|
| 13 |
]
|
| 14 |
|
| 15 |
# Function to install packages
|
requirements.txt
CHANGED
|
@@ -1,2 +1,6 @@
|
|
| 1 |
huggingface_hub==0.22.2
|
| 2 |
-
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
huggingface_hub==0.22.2
|
| 2 |
+
spaces
|
| 3 |
+
datasets
|
| 4 |
+
gradio_multimodalchatbot
|
| 5 |
+
haversine
|
| 6 |
+
langchain
|