Spaces:
Sleeping
Sleeping
initial setup
Browse files- app.py +0 -0
- requirements.txt +8 -0
app.py
ADDED
File without changes
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
datasets
|
5 |
+
datasets[vision]
|
6 |
+
torch
|
7 |
+
tensorflow
|
8 |
+
huggingface_hub
|