ABDULLAH BILAL
commited on
Upload 2 files
Browse files- app.py +1 -0
- requirements.txt +3 -0
app.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# Paste your final gradio code here (the one I just sent you)
|
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
torch
|