awacke1 commited on
Commit
7f038ee
1 Parent(s): d20b868

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -3,11 +3,9 @@
3
  #gradio
4
  #torch
5
  #soundfile
6
- #transformers
7
 
8
-
9
- # spaces/akhaliq/frame-interpolation/blob/main/requirements.txt
10
- tensorflow==2.6.2 # The latest should include tensorflow-gpu
11
  tensorflow-datasets==4.4.0
12
  tensorflow-addons==0.15.0
13
  absl-py==0.12.0
@@ -16,7 +14,7 @@ parameterized==0.8.1
16
  mediapy==1.0.3
17
  scikit-image==0.19.1
18
  apache-beam==2.34.0
19
- google-cloud-bigquery-storage==1.1.0 # Suppresses a harmless error from beam
20
  natsort==8.1.0
21
  image-tools
22
 
 
3
  #gradio
4
  #torch
5
  #soundfile
 
6
 
7
+ transformers
8
+ tensorflow==2.6.2
 
9
  tensorflow-datasets==4.4.0
10
  tensorflow-addons==0.15.0
11
  absl-py==0.12.0
 
14
  mediapy==1.0.3
15
  scikit-image==0.19.1
16
  apache-beam==2.34.0
17
+ google-cloud-bigquery-storage==1.1.0
18
  natsort==8.1.0
19
  image-tools
20