TheBug95 commited on
Commit
f5a4e2c
·
1 Parent(s): a99c555

add requirements for deploy streamlit

Browse files
Files changed (3) hide show
  1. .streamlit/config.toml +7 -0
  2. packages.txt +1 -0
  3. requirements.txt +10 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 8501
4
+ enableCORS = false
5
+
6
+ [browser]
7
+ gatherUsageStats = false
packages.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ffmpeg
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ openai-whisper
3
+ torch
4
+ pandas
5
+ firebase-admin
6
+ notebook
7
+ transformers
8
+ pillow
9
+ whisper
10
+ numba