Upload 2 files
Browse files- requirements.txt +8 -0
- runtime.txt +1 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
matplotlib==3.11.0
|
| 3 |
+
matplotlib-inline
|
| 4 |
+
numpy
|
| 5 |
+
pillow
|
| 6 |
+
torch
|
| 7 |
+
torchvision==0.27.0
|
| 8 |
+
huggingface-hub
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
3.11.11
|