Spaces:
Runtime error
Runtime error
Jason St George
commited on
Commit
·
aa6fd31
1
Parent(s):
a0643c4
update reqs
Browse files- app.py +1 -1
- requirements.txt +2 -2
app.py
CHANGED
|
@@ -238,7 +238,7 @@ css=".gradio-container {background-color: lightgray} .overflow-y-auto{height:500
|
|
| 238 |
block = gr.Blocks(css=css)
|
| 239 |
|
| 240 |
with block:
|
| 241 |
-
chatbot = gr.Chatbot(
|
| 242 |
|
| 243 |
# with gr.Row():
|
| 244 |
# gr.Markdown("<h3><center>TerenceGPT</center></h3>")
|
|
|
|
| 238 |
block = gr.Blocks(css=css)
|
| 239 |
|
| 240 |
with block:
|
| 241 |
+
chatbot = gr.Chatbot()
|
| 242 |
|
| 243 |
# with gr.Row():
|
| 244 |
# gr.Markdown("<h3><center>TerenceGPT</center></h3>")
|
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
openai
|
| 2 |
langchain==0.0.87
|
| 3 |
-
faiss-cpu
|
|
|
|
| 1 |
+
openai==0.26.5
|
| 2 |
langchain==0.0.87
|
| 3 |
+
faiss-cpu==1.7.2
|