patrickdebois commited on
Commit
7ec5c09
·
1 Parent(s): 4c0d103

see if it works

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +2 -0
app.py ADDED
@@ -0,0 +1 @@
 
 
1
+ print("hello world");
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ transformers
2
+ torch