acecalisto3 commited on
Commit
e015aa2
·
verified ·
1 Parent(s): c05fc34

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -19
requirements.txt CHANGED
@@ -1,20 +1,5 @@
1
  torch==1.9.1
2
- transformers==4.**package.json:**
3
- ```json
4
- {
5
- "name": "rag_image_to_text_segmentation",
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