ninjals commited on
Commit
6297c2b
·
verified ·
1 Parent(s): 5f741ee

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 8.8 Creating 'requirements.txt' file for FoodVision Mini
2
+ # The requirements file will tell our Hugging Face Space what software dependencies our app requires.
3
+ # The three main ones are:
4
+ # torch, torchvision, gradio
5
+ # Gradio Version: 5.14.0
6
+ # Torch Version: 2.5.1+cu124
7
+ # TorchVision Version: 0.20.1+cu124
8
+ # Httpx Version: 0.28.1
9
+ # Httpcore Version: 1.0.7
10
+
11
+ torch==2.5.1
12
+ torchvision==0.20.1
13
+ gradio==5.14.0
14
+ httpx==0.28.1
15
+ httpcore==1.0.7