Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio>=4.44.1
|
| 2 |
-
torch #
|
| 3 |
transformers
|
| 4 |
Pillow
|
| 5 |
numpy
|
|
|
|
| 1 |
gradio>=4.44.1
|
| 2 |
+
torch # CPU wheel on Spaces; CUDA wheel if GPU runner
|
| 3 |
transformers
|
| 4 |
Pillow
|
| 5 |
numpy
|