Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Update requirements.txt
Browse files- requirements.txt +4 -19
requirements.txt
CHANGED
@@ -1,20 +1,5 @@
|
|
1 |
torch==1.9.1
|
2 |
-
transformers==4
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
"version": "1.0.0",
|
7 |
-
"description": "RAG Text Generation and Image-to-Text Object Segmentation application",
|
8 |
-
"scripts": {
|
9 |
-
"start": "python app.py"
|
10 |
-
},
|
11 |
-
"author": "Your Name",
|
12 |
-
"license": "MIT",
|
13 |
-
"dependencies": {
|
14 |
-
"gradio": "^2.3.6",
|
15 |
-
"torch": "^1.9.1",
|
16 |
-
"torchvision": "^0.10.1",
|
17 |
-
"transformers": "^4.6.1",
|
18 |
-
"google_drive_downloader": "^0.4.5"
|
19 |
-
}
|
20 |
-
}
|
|
|
1 |
torch==1.9.1
|
2 |
+
transformers==4.6.1
|
3 |
+
gradio==2.3.6
|
4 |
+
opencv-python==4.5.3.56
|
5 |
+
google_drive_downloader==0.4.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|