Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,2 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
llama-cpp-python==0.2.20
|
2 |
-
gradio
|
|
|
|
1 |
+
git add app.py
|
2 |
+
git commit -m "Add application file"
|
3 |
+
git push
|
4 |
+
|
5 |
llama-cpp-python==0.2.20
|
6 |
+
gradio
|
7 |
+
|