graphrag
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ https://kevinwkc.github.io/davinci/
|
|
67 |
""")
|
68 |
in_verbatim = gr.Textbox(label="Context")
|
69 |
in_question = gr.Textbox(label="Question")
|
70 |
-
out_product = gr.
|
71 |
|
72 |
gr.Examples(
|
73 |
[
|
|
|
67 |
""")
|
68 |
in_verbatim = gr.Textbox(label="Context")
|
69 |
in_question = gr.Textbox(label="Question")
|
70 |
+
out_product = gr.Textbox(label="Answer")
|
71 |
|
72 |
gr.Examples(
|
73 |
[
|