fadzwan commited on
Commit
447c034
·
verified ·
1 Parent(s): 7cf1bb2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ transformers
2
+ gradio
3
+ torch # If you're using PyTorch, you might need to specify the version as well
4
+ Pillow # For image processing
5
+ numpy # Often used for numerical operations