Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
transformers[torch] # for zero-shot pipelines
|
2 |
+
sentence-transformers # for embeddings (if needed)
|
3 |
+
gradio # for the UI
|