Boonyaratt commited on
Commit
e068adf
·
1 Parent(s): 5822072

add requrements

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Gradio app + data stack
2
+ gradio>=4.0,<5
3
+ pandas>=2.0
4
+ numpy>=1.24
5
+ pillow>=10.0
6
+ matplotlib>=3.7
7
+
8
+ # PyTorch (CPU) + torchvision (รุ่นที่เข้ากันได้)
9
+ torch==2.3.1
10
+ torchvision==0.18.1