Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
gradio
|
| 2 |
transformers
|
| 3 |
-
torch # Or tensorflow, depending on the backend required by the model
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
transformers
|
| 3 |
+
torch # Or tensorflow, depending on the backend required by the model
|
| 4 |
+
Pillow # Required for image handling
|