Spaces:
Runtime error
Runtime error
redfernstech
commited on
Commit
•
d2b0408
1
Parent(s):
73cccaf
Create requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
transformers # Replace with the latest stable version if needed
|
2 |
+
torch # PyTorch, required for the Transformers library
|
3 |
+
gradio # Gradio for web interface
|