AnjaliSarawgi commited on
Commit
0605480
·
1 Parent(s): e2ec8b5

Add application file

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. runtime.txt +1 -0
requirements.txt CHANGED
@@ -3,7 +3,6 @@ numpy==2.3.2
3
  pandas==2.3.1
4
  Pillow==11.3.0
5
  seaborn==0.13.2
6
- streamlit==1.46.1
7
  torch==2.4.1
8
  transformers==4.45.2
9
  safetensors
@@ -11,3 +10,4 @@ accelerate
11
  timm
12
  requests
13
  opencv-python-headless
 
 
3
  pandas==2.3.1
4
  Pillow==11.3.0
5
  seaborn==0.13.2
 
6
  torch==2.4.1
7
  transformers==4.45.2
8
  safetensors
 
10
  timm
11
  requests
12
  opencv-python-headless
13
+ gradio
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.12