awacke1 commited on
Commit
0540dcf
·
verified ·
1 Parent(s): 12df6ee

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -6
requirements.txt CHANGED
@@ -1,12 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  streamlit
2
- pandas
3
  torch
4
  transformers
5
  diffusers
 
6
  pillow
7
- numpy
8
- opencv-python
9
- sounddevice
10
  pytz
11
- accelerate
12
- opencv-python
 
 
1
+ #streamlit
2
+ #pandas
3
+ #torch
4
+ #transformers
5
+ #diffusers
6
+ #pillow
7
+ #numpy
8
+ #opencv-python
9
+ #sounddevice
10
+ #pytz
11
+ #accelerate
12
+ #opencv-python
13
+
14
  streamlit
 
15
  torch
16
  transformers
17
  diffusers
18
+ pandas
19
  pillow
 
 
 
20
  pytz
21
+ opencv-python
22
+ aiofiles # Added for async file writing
23
+