Update app.py
Browse filesshare not supported
app.py
CHANGED
@@ -96,9 +96,9 @@ output_docs = gr.outputs.Textbox(label="Relevant Source Text")
|
|
96 |
#gr.Interface(fn=chatbot,
|
97 |
# inputs=[openai_key, prompt, chain_type, k], outputs=[output_text, output_docs],
|
98 |
# title="TikehauGPT Question Answering with PDF File and OpenAI",
|
99 |
-
# description="Tikehau URDs.").launch(debug = True
|
100 |
|
101 |
gr.Interface(fn=chatbot,
|
102 |
inputs= prompt, outputs="text",
|
103 |
title="Question Answering with PDF File and OpenAI",
|
104 |
-
description="Tikehau URDs.").launch(debug = True
|
|
|
96 |
#gr.Interface(fn=chatbot,
|
97 |
# inputs=[openai_key, prompt, chain_type, k], outputs=[output_text, output_docs],
|
98 |
# title="TikehauGPT Question Answering with PDF File and OpenAI",
|
99 |
+
# description="Tikehau URDs.").launch(debug = True)
|
100 |
|
101 |
gr.Interface(fn=chatbot,
|
102 |
inputs= prompt, outputs="text",
|
103 |
title="Question Answering with PDF File and OpenAI",
|
104 |
+
description="Tikehau URDs.").launch(debug = True)
|