Spaces:
Runtime error
Runtime error
rasmus1610
commited on
Commit
•
ea06e8d
1
Parent(s):
2db3a7f
added gradio to requirementts
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- requirements.txt +2 -1
__pycache__/app.cpython-310.pyc
ADDED
Binary file (2.88 kB). View file
|
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
openai
|
2 |
sentence_transformers
|
3 |
numpy
|
4 |
-
pandas
|
|
|
|
1 |
openai
|
2 |
sentence_transformers
|
3 |
numpy
|
4 |
+
pandas
|
5 |
+
gradio
|