Spaces:
Sleeping
Sleeping
Commit
·
7ec5c09
1
Parent(s):
4c0d103
see if it works
Browse files- app.py +1 -0
- 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
|