Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
CHANGED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
|
4 |
+
# spaces/akhaliq/frame-interpolation/blob/main/requirements.txt
|
5 |
+
tensorflow==2.6.2 # The latest should include tensorflow-gpu
|
6 |
+
tensorflow-datasets==4.4.0
|
7 |
+
tensorflow-addons==0.15.0
|
8 |
+
absl-py==0.12.0
|
9 |
+
gin-config==0.5.0
|
10 |
+
parameterized==0.8.1
|
11 |
+
mediapy==1.0.3
|
12 |
+
scikit-image==0.19.1
|
13 |
+
apache-beam==2.34.0
|
14 |
+
google-cloud-bigquery-storage==1.1.0 # Suppresses a harmless error from beam
|
15 |
+
natsort==8.1.0
|
16 |
+
image-tools
|
17 |
+
|
18 |
+
streamlit
|
19 |
+
google-cloud-firestore
|
20 |
+
firebase-admin
|
21 |
+
Werkzeug==2.0.3
|
22 |
+
huggingface_hub==0.4.0
|
23 |
+
|