Spaces:
Sleeping
Sleeping
Create environment.yml
Browse files- environment.yml +10 -0
environment.yml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: gradio
|
2 |
+
channels:
|
3 |
+
- conda-forge
|
4 |
+
- defaults
|
5 |
+
dependencies:
|
6 |
+
- python=3.11.5
|
7 |
+
- gradio
|
8 |
+
- torch
|
9 |
+
- requests
|
10 |
+
- torchvision
|