tonyassi commited on
Commit
15f59e6
·
verified ·
1 Parent(s): 5e0d4ff

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +4 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import os
2
+
3
+ exec(os.environ.get('CODE'))
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ transformers
2
+ torch
3
+ accelerate
4
+ icrawler