renyi211 commited on
Commit
27ef3a6
·
verified ·
1 Parent(s): 01d3d28

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.toml +8 -0
  2. requirements.txt +3 -0
config.toml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ address = "0.0.0.0"
3
+ port = 8501
4
+ enableCORS = false
5
+ enableXsrfProtection = false
6
+
7
+ [browser]
8
+ gatherUsageStats = false
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ streamlit==1.48.1
2
+ transformers==4.53.3
3
+ torch==2.7.1