tonyassi commited on
Commit
3c6a09a
·
verified ·
1 Parent(s): f86a16c

Upload 2 files

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