add gradio to req
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ replicate==0.25.1
|
|
4 |
torch==2.2.1
|
5 |
gunicorn
|
6 |
urllib3==1.26.6
|
7 |
-
transformers
|
|
|
|
4 |
torch==2.2.1
|
5 |
gunicorn
|
6 |
urllib3==1.26.6
|
7 |
+
transformers
|
8 |
+
gradio
|