Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
transformers
|
2 |
-
gradio
|
3 |
-
torch
|
|
|
1 |
+
transformers # This is the version available as of my last update. You can adjust it to the version you want.
|
2 |
+
gradio # Similarly, adjust this as needed.
|
3 |
+
torch # Transformers library requires PyTorch.
|