Spaces:
Sleeping
Sleeping
yunfengcheng
commited on
Commit
·
4e96b59
1
Parent(s):
4f65fc5
add device info
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ rag_application = gr.Interface(
|
|
38 |
],
|
39 |
outputs=gr.Textbox(label="Output"),
|
40 |
title="RAG Chatbot",
|
41 |
-
description="Upload a PDF document and ask any question. The chatbot will try to answer using the provided document."
|
42 |
)
|
43 |
|
44 |
rag_application.launch(share=True)
|
|
|
38 |
],
|
39 |
outputs=gr.Textbox(label="Output"),
|
40 |
title="RAG Chatbot",
|
41 |
+
description="Upload a PDF document and ask any question. The chatbot will try to answer using the provided document. Using device: {device}"
|
42 |
)
|
43 |
|
44 |
rag_application.launch(share=True)
|