swoyam-sarvam
commited on
Commit
·
b4c402d
1
Parent(s):
c48064c
added cv2
Browse files- app.py +2 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -6,7 +6,8 @@ packages = {
|
|
6 |
"diffusers": "0.30.2",
|
7 |
"torch": "2.6.0",
|
8 |
"gradio": "5.17.1",
|
9 |
-
"transformers": "4.49.0"
|
|
|
10 |
}
|
11 |
|
12 |
def install_packages():
|
|
|
6 |
"diffusers": "0.30.2",
|
7 |
"torch": "2.6.0",
|
8 |
"gradio": "5.17.1",
|
9 |
+
"transformers": "4.49.0",
|
10 |
+
"opencv-python": "4.8.1.78"
|
11 |
}
|
12 |
|
13 |
def install_packages():
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
diffusers==0.30.2
|
2 |
torch>=2.6.0
|
3 |
gradio>=5.17.1
|
4 |
-
transformers>=4.49.0
|
|
|
|
1 |
diffusers==0.30.2
|
2 |
torch>=2.6.0
|
3 |
gradio>=5.17.1
|
4 |
+
transformers>=4.49.0
|
5 |
+
opencv-python
|