dtrfktu678 commited on
Commit
0fd440a
·
verified ·
1 Parent(s): ffda3b1

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Core libraries for the app and model
2
+ gradio
3
+ torch
4
+ transformers
5
+ accelerate
6
+ huggingface_hub
7
+
8
+ # Optional: for faster inference on CPU, can help with memory
9
+ # optimum