eustlb
commited on
Commit
·
c4a1067
1
Parent(s):
131bb21
initial commit
Browse files- app.py +0 -0
- requirements.txt +4 -0
app.py
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/transformers.git@main
|
| 2 |
+
huggingface-hub==1.0.0.rc1
|
| 3 |
+
spaces
|
| 4 |
+
flask
|