Spaces:
Sleeping
Sleeping
Create dependencies.yml
Browse files- dependencies.yml +14 -0
dependencies.yml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: watch-description-app
|
2 |
+
channels:
|
3 |
+
- defaults
|
4 |
+
- conda-forge
|
5 |
+
dependencies:
|
6 |
+
- python=3.10
|
7 |
+
- streamlit
|
8 |
+
- transformers
|
9 |
+
- pytorch
|
10 |
+
- requests
|
11 |
+
- beautifulsoup4
|
12 |
+
- pip
|
13 |
+
- pip:
|
14 |
+
- torch
|