Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
Pillow
|
4 |
-
gradio
|
|
|
1 |
+
transformers # Hugging Face Transformers library
|
2 |
+
torch # PyTorch for model computation
|
3 |
+
Pillow # Image processing
|
4 |
+
gradio # Interactive web interface
|