Upload 2 files
Browse files- app.py +2 -0
- requirements.txt +4 -0
app.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
|
2 |
+
(COPY AND PASTE YOUR SCRIPT HERE)
|
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
huggingface_hub
|