Commit
·
132921c
1
Parent(s):
e35a59c
Update document_questioner_app.py
Browse files
document_questioner_app.py
CHANGED
@@ -58,7 +58,7 @@ def question_document(Document, Question):
|
|
58 |
|
59 |
iface = gr.Interface(
|
60 |
fn = question_document,
|
61 |
-
inputs= ["file","
|
62 |
outputs = gr.outputs.Textbox(label="Réponse"),
|
63 |
title="Interrogateur de PDF",
|
64 |
description="par Nicolas \nPermet d'interroger un document PDF",
|
|
|
58 |
|
59 |
iface = gr.Interface(
|
60 |
fn = question_document,
|
61 |
+
inputs= ["file","text"],
|
62 |
outputs = gr.outputs.Textbox(label="Réponse"),
|
63 |
title="Interrogateur de PDF",
|
64 |
description="par Nicolas \nPermet d'interroger un document PDF",
|