Spaces:
Running
Running
Add requirements.txt specifying dependencies for transformers, torch, and gradio.
Browse files- requirements.txt +3 -0
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
transformers>=4.36.0
|
2 |
+
torch
|
3 |
+
gradio
|