Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
# flax # Include if you are using flax
|
| 9 |
-
requests # if you are using requests
|
| 10 |
-
gradio #if you are using gradio
|
| 11 |
-
flask==2.3.2
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
requests
|
| 3 |
+
flask
|
| 4 |
+
transformers #If you were using transformers before, keep it, otherwise remove.
|
| 5 |
+
torch #If you were using pytorch before, keep it, otherwise remove.
|
| 6 |
+
sentencepiece #If you were using sentencepiece before, keep it, otherwise remove.
|
| 7 |
+
serper-sdk #If you are using serper_sdk
|
|
|
|
|
|
|
|
|
|
|
|