Spaces:
Runtime error
Runtime error
Commit ·
c561cec
1
Parent(s): 08c5ce4
Changes readme
Browse files- README.md +1 -1
- app.py +1 -2
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🌖
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 3.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 3.27.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
app.py
CHANGED
|
@@ -32,5 +32,4 @@ if __name__ == "__main__":
|
|
| 32 |
],
|
| 33 |
gr.outputs.Textbox(label="Response"),
|
| 34 |
title="Get your answer",
|
| 35 |
-
description="🗣️TalkToMyDoc📄 is a tool that allows you to ask questions about a document. In this case - Hitch Hitchhiker's Guide to the Galaxy.",
|
| 36 |
-
).launch()
|
|
|
|
| 32 |
],
|
| 33 |
gr.outputs.Textbox(label="Response"),
|
| 34 |
title="Get your answer",
|
| 35 |
+
description="🗣️TalkToMyDoc📄 is a tool that allows you to ask questions about a document. In this case - Hitch Hitchhiker's Guide to the Galaxy.",).launch()
|
|
|
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
langchain
|
| 2 |
openai
|
| 3 |
tiktoken
|
| 4 |
-
chromadb
|
|
|
|
|
|
| 1 |
langchain
|
| 2 |
openai
|
| 3 |
tiktoken
|
| 4 |
+
chromadb
|
| 5 |
+
gradio
|