Spaces:
Sleeping
Sleeping
Pranjal Gupta
commited on
Commit
·
70d6f98
1
Parent(s):
fd7e9f9
check
Browse files
app.py
CHANGED
|
@@ -133,6 +133,8 @@ def retrievingReponse(docId, query, conversation_history):
|
|
| 133 |
|
| 134 |
# The revised Gradio wrapper function
|
| 135 |
def gradio_rag_wrapper(message, history):
|
|
|
|
|
|
|
| 136 |
# Check if a file has been uploaded
|
| 137 |
# 'message' is a dictionary due to `multimodal=True`
|
| 138 |
uploaded_files = message.get("files", [])
|
|
|
|
| 133 |
|
| 134 |
# The revised Gradio wrapper function
|
| 135 |
def gradio_rag_wrapper(message, history):
|
| 136 |
+
|
| 137 |
+
print(history)
|
| 138 |
# Check if a file has been uploaded
|
| 139 |
# 'message' is a dictionary due to `multimodal=True`
|
| 140 |
uploaded_files = message.get("files", [])
|