Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
gradio
|
| 2 |
huggingface-hub
|
| 3 |
transformers
|
| 4 |
-
torch
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
huggingface-hub
|
| 3 |
transformers
|
| 4 |
+
torch>=2.2.2 --index-url https://download.pytorch.org/whl/cpu
|
| 5 |
+
# Note: Using CPU index to keep image size small.
|
| 6 |
+
# Remove '--index-url...' if you have GPU support in your runtime.
|
| 7 |
+
uvicorn
|
| 8 |
+
aiofiles
|
| 9 |
+
pillow
|
| 10 |
+
numpy
|
| 11 |
+
python-dotenv
|