Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def process_pdf(prompt):
|
|
39 |
# Créez l'interface Gradio
|
40 |
iface = gr.Interface(
|
41 |
fn=process_pdf,
|
42 |
-
inputs=gr.Textbox(label="Question", placeholder="Posez une question sur le roman..."),
|
43 |
outputs=gr.Textbox(label="Résultat"),
|
44 |
title="Mariam elo la fille du soleil",
|
45 |
description=" Triché !!!! On va encore triché haannnn "
|
|
|
39 |
# Créez l'interface Gradio
|
40 |
iface = gr.Interface(
|
41 |
fn=process_pdf,
|
42 |
+
inputs=gr.Textbox(label="Question", placeholder="Posez une question sur le roman...",lines=4),
|
43 |
outputs=gr.Textbox(label="Résultat"),
|
44 |
title="Mariam elo la fille du soleil",
|
45 |
description=" Triché !!!! On va encore triché haannnn "
|